1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

server and things
This commit is contained in:
Daniel Stenberg 2002-02-22 10:51:19 +00:00
parent ae8a8c8ba4
commit 4d0e51aead

View File

@ -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>