From 98b9349be789af03bf5c311cb996eb55cc3aa12b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Jul 2007 21:44:46 +0000 Subject: [PATCH] make it do all three requests on the same connection --- tests/data/test540 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/data/test540 b/tests/data/test540 index f82b240..c42cb92 100644 --- a/tests/data/test540 +++ b/tests/data/test540 @@ -6,6 +6,7 @@ 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. @@ -22,6 +23,7 @@ Nice proxy auth sir! 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 -- 2.7.4