mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:43:34 +03:00
Michal Marek made libcurl automatically append ";type=<a|i>" when using HTTP
proxies for FTP urls.
This commit is contained in:
parent
cdb2552424
commit
e04151ed76
5 changed files with 31 additions and 5 deletions
|
|
@ -45,7 +45,7 @@ ftp://%HOSTIP:%HTTPPORT/we/want/that/page/79 -x %HOSTIP:%HTTPPORT
|
|||
^User-Agent:.*
|
||||
</strip>
|
||||
<protocol>
|
||||
GET ftp://%HOSTIP:%HTTPPORT/we/want/that/page/79 HTTP/1.1
|
||||
GET ftp://%HOSTIP:%HTTPPORT/we/want/that/page/79;type=i HTTP/1.1
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
Pragma: no-cache
|
||||
Accept: */*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue