]> granicus.if.org Git - curl/commitdiff
stricter newline policy
authorYang Tse <yangsita@gmail.com>
Sat, 3 Mar 2007 05:16:57 +0000 (05:16 +0000)
committerYang Tse <yangsita@gmail.com>
Sat, 3 Mar 2007 05:16:57 +0000 (05:16 +0000)
tests/data/test278
tests/data/test279

index 411cc6318a3003e779ecacfc97756181610d25fa..ceb8ba71d47fffef550bc110828b98ea2f67ba6e 100644 (file)
@@ -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\r
+Date: Thu, 09 Nov 2010 14:49:00 GMT\r
+Content-Type: text/html\r
+Content-Length: 27\r
+\r
+the content would go here\r
 </data>
 </reply>
 
index 1328a8c592822c29f8aae6a3d1b7eee784c13a50..c37e9ab112645497dc118d0f41839b6549fb2537 100644 (file)
@@ -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\r
+Date: Thu, 09 Nov 2010 14:49:00 GMT\r
+Content-Type: text/html\r
+Content-Length: 27\r
+\r
+the content would go here\r
 </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\r
 </command>
 </client>