Skip to content
Snippets Groups Projects
Commit 4d0e51ae authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed to work with 'nonewline' and thus this passes OK with the new http

server and things
parent ae8a8c8b
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ HTTP POST with user and password
<strip>
^User-Agent:.*
</strip>
<protocol>
<protocol nonewline=yes>
POST /3 HTTP/1.1
Authorization: Basic ZmFrZTotdXNlcg==
Host: 127.0.0.1:8999
......@@ -37,6 +37,6 @@ Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Content-Length: 37
Content-Type: application/x-www-form-urlencoded
fooo=mooo&pooo=clue&doo=%20%20%20++++
fooo=mooo&pooo=clue&doo=%20%20%20++++
</protocol>
</verify>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment