mirror of
https://github.com/curl/curl.git
synced 2026-05-13 23:06:21 +03:00
stricter newline policy
This commit is contained in:
parent
53a3abc76b
commit
e5f8e5e57a
2 changed files with 13 additions and 13 deletions
|
|
@ -10,12 +10,12 @@ HTTP proxy Basic auth
|
|||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
HTTP/1.1 200 OK swsclose
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Content-Type: text/html
|
||||
Content-Length: 27
|
||||
|
||||
the content would go here
|
||||
HTTP/1.1 200 OK swsclose
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Content-Type: text/html
|
||||
Content-Length: 27
|
||||
|
||||
the content would go here
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
|
|
|
|||
|
|
@ -10,12 +10,12 @@ HTTP proxy Basic auth
|
|||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
HTTP/1.1 200 OK swsclose
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Content-Type: text/html
|
||||
Content-Length: 27
|
||||
|
||||
the content would go here
|
||||
HTTP/1.1 200 OK swsclose
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Content-Type: text/html
|
||||
Content-Length: 27
|
||||
|
||||
the content would go here
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ http
|
|||
HTTP with proxy string including http:// and user only
|
||||
</name>
|
||||
<command>
|
||||
http://we.want.that.site.com/279 -x http://f%61ke@%HOSTIP:%HTTPPORT
|
||||
http://we.want.that.site.com/279 -x http://f%61ke@%HOSTIP:%HTTPPORT
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue