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

make it do all three requests on the same connection

parent 4706a933
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
<data>
HTTP/1.1 407 Authorization Required to proxy me my dear
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
Content-Length: 33
And you should ignore this data.
</data>
......@@ -22,6 +23,7 @@ Nice proxy auth sir!
<datacheck>
HTTP/1.1 407 Authorization Required to proxy me my dear
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
Content-Length: 33
HTTP/1.1 200 OK
Content-Length: 21
......
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