diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-16 21:44:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-16 21:44:46 +0000 |
commit | 98b9349be789af03bf5c311cb996eb55cc3aa12b (patch) | |
tree | 3623b9a1b6d6ad6a1cc42718c693e89a0789be4a /tests/data/test540 | |
parent | 4706a9334149f656eef9b5e8888da1ead23b0941 (diff) | |
download | curl-98b9349be789af03bf5c311cb996eb55cc3aa12b.tar.gz |
make it do all three requests on the same connection
Diffstat (limited to 'tests/data/test540')
-rw-r--r-- | tests/data/test540 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/test540 b/tests/data/test540 index f82b24015..c42cb92dc 100644 --- a/tests/data/test540 +++ b/tests/data/test540 @@ -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
|