diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-08-02 23:35:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-02 23:35:59 +0000 |
commit | 3270ea55dd6ace258eabbd64a873ccf328976e7a (patch) | |
tree | 40785ef22cdfa3501588f931fcae692b0904bfc9 /tests/data | |
parent | a358ac24f490bfaa59213fa779f2107ce811b955 (diff) |
updated as the second proxy-auth header was a proof of a serious info leak
bug!!
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test503 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/data/test503 b/tests/data/test503 index c81fbeda8..70347fa49 100644 --- a/tests/data/test503 +++ b/tests/data/test503 @@ -42,7 +42,6 @@ CONNECT 127.0.0.1:8433 HTTP/1.0 Proxy-authorization: Basic dGVzdDppbmc=
GET /503 HTTP/1.1
-Proxy-authorization: Basic dGVzdDppbmc=
Authorization: Basic dGVzdDppbmc=
Host: 127.0.0.1:8433
Pragma: no-cache
|