diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-31 10:46:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-31 10:46:06 +0000 |
commit | dd2add82ee5717446f365239eead0974e171d506 (patch) | |
tree | 7e247b6b6a9d6d10a93292bb3be340762b5d4240 /tests/data/test63 | |
parent | 40d9855df2e547e182d4c4798c7b75967b9643eb (diff) |
Fixed how the user name is extracted from http_proxy environment variable
when set.
Diffstat (limited to 'tests/data/test63')
-rw-r--r-- | tests/data/test63 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test63 b/tests/data/test63 index dc5e8ad1e..3806237e9 100644 --- a/tests/data/test63 +++ b/tests/data/test63 @@ -32,7 +32,7 @@ http://we.want.that.site.com/63 </strip> <protocol> GET http://we.want.that.site.com/63 HTTP/1.1
-Proxy-authorization: Basic aHR0cDovL2Zha2U6dXNlcg== +Proxy-authorization: Basic ZmFrZTp1c2Vy Host: we.want.that.site.com
Pragma: no-cache
Accept: */*
|