mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
63270b0665
not in the mood enough to fight this now. 65. When doing FTP over a socks proxy or CONNECT through HTTP proxy and the multi interface is used, libcurl will fail if the (passive) TCP connection for the data transfer isn't more or less instant as the code does not properly wait for the connect to be confirmed. See test case 564 for a first shot at a test case.
24 lines
591 B
Plaintext
24 lines
591 B
Plaintext
To be addressed in 7.19.5 (planned release: May 2009)
|
|
=========================
|
|
|
|
228 - rpath problems in linking with custom openssl
|
|
|
|
234 - [PATCH] Allow various Curl test suite tests to work on non-ASCII
|
|
platforms
|
|
- reviewed
|
|
- awaiting patch rework/breakdown
|
|
|
|
236 - timeout in milliseconds doesn't seem to work
|
|
http://curl.haxx.se/mail/lib-2009-05/0021.html
|
|
|
|
240 -
|
|
|
|
To be addressed in 7.19.6 (planned release: July 2009)
|
|
=========================
|
|
|
|
226 - Active Mode FTPS Data Port Range
|
|
|
|
235 - KNOWN_BUG #65
|
|
Code adjustment for FTP over socks proxy remains
|
|
|