mirror of
https://github.com/curl/curl.git
synced 2026-08-06 09:16:12 +03:00
Fixed how the user name is extracted from http_proxy environment variable
when set.
This commit is contained in:
parent
40d9855df2
commit
dd2add82ee
2 changed files with 8 additions and 3 deletions
|
|
@ -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: */*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue