mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +03:00
FTP: make the data connection work when going through proxy
This is a regression since the switch to always-multi internally
c43127414d.
Test 1316 was modified since we now clearly call the Curl_client_write()
function when doing the LIST transfer part and then the
handler->protocol says FTP and ftpc.transfertype is 'A' which implies
text converting even though that the response is initially a HTTP
CONNECT response in this case.
This commit is contained in:
parent
469b423350
commit
d44b014271
7 changed files with 119 additions and 94 deletions
|
|
@ -25,9 +25,9 @@ Magic: sure you can FTP me
|
|||
HTTP/1.1 200 Mighty fine indeed
|
||||
Magic: sure you can FTP me
|
||||
|
||||
HTTP/1.1 200 Mighty fine indeed
|
||||
Magic: sure you can FTP me
|
||||
|
||||
HTTP/1.1 200 Mighty fine indeed
|
||||
Magic: sure you can FTP me
|
||||
|
||||
total 20
|
||||
drwxr-xr-x 8 98 98 512 Oct 22 13:06 .
|
||||
drwxr-xr-x 8 98 98 512 Oct 22 13:06 ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue