diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-04 10:30:23 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-04 10:30:23 +0000 |
commit | ff3e574187d8a4b7968daedf23741f80c3b714e0 (patch) | |
tree | c763ad89901466e95695caf4c7fca5aa3eb9dff3 /CHANGES | |
parent | 4422f80ae7e8fbc80ea3f6f4eff3c7d7950dc82f (diff) |
David McCreedy's patch to fix test suite harness to allow test FTP server and client on different machines, providing FTP client address when running the FTP test server.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ Yang Tse (4 May 2009) the protocol portions are mangled from CRLF to CRCRLF if data->set.crlf or data->set.prefer_ascii are set (depending on CURL_DO_LINEEND_CONV). +- Applied David McCreedy's patch to fix test suite harness to allow test FTP + server and client on different machines, providing FTP client address when + running the FTP test server. + Daniel Fandrich (3 May 2009) - Added and disabled test case 563 which shows KNOWN_BUGS #59. The bug report failed to mention that a proxy must be used to reproduce it. |