make it do all three requests on the same connection
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
<data>
|
<data>
|
||||||
HTTP/1.1 407 Authorization Required to proxy me my dear
|
HTTP/1.1 407 Authorization Required to proxy me my dear
|
||||||
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
|
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
|
||||||
|
Content-Length: 33
|
||||||
|
|
||||||
And you should ignore this data.
|
And you should ignore this data.
|
||||||
</data>
|
</data>
|
||||||
@@ -22,6 +23,7 @@ Nice proxy auth sir!
|
|||||||
<datacheck>
|
<datacheck>
|
||||||
HTTP/1.1 407 Authorization Required to proxy me my dear
|
HTTP/1.1 407 Authorization Required to proxy me my dear
|
||||||
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
|
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
|
||||||
|
Content-Length: 33
|
||||||
|
|
||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Content-Length: 21
|
Content-Length: 21
|
||||||
|
|||||||
Reference in New Issue
Block a user