fixed to work with 'nonewline' and thus this passes OK with the new http
authorDaniel Stenberg <daniel@haxx.se>
Fri, 22 Feb 2002 10:51:19 +0000 (10:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 22 Feb 2002 10:51:19 +0000 (10:51 +0000)
server and things

tests/data/test3

index eec48a5..ac1bf51 100644 (file)
@@ -28,7 +28,7 @@ HTTP POST with user and password
 <strip>
 ^User-Agent:.*
 </strip>
-<protocol>
+<protocol nonewline=yes>
 POST /3 HTTP/1.1\r
 Authorization: Basic ZmFrZTotdXNlcg==\r
 Host: 127.0.0.1:8999\r
@@ -37,6 +37,6 @@ Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
 Content-Length: 37\r
 Content-Type: application/x-www-form-urlencoded\r
 \r
-fooo=mooo&pooo=clue&doo=%20%20%20++++\r
+fooo=mooo&pooo=clue&doo=%20%20%20++++
 </protocol>
 </verify>