Loading docs/KNOWN_BUGS +0 −3 Original line number Diff line number Diff line Loading @@ -72,9 +72,6 @@ may have been fixed since this was written! 19. FTP 3rd party transfers with the multi interface doesn't work. Test: define CURL_MULTIEASY, rebuild curl, run test case 230 - 232. 18. test case 57 has </test> that should be </client> but when corrected, the test case fails! 16. FTP URLs passed to curl may contain NUL (0x00) in the RFC 1738 <user>, <password>, and <fpath> components, encoded as "%00". The problem is that curl_unescape does not detect this, but instead returns a shortened C Loading tests/data/test57 +5 −5 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ HTTP GET </info> # Server-side <reply> <data> <data nocheck=1> HTTP/1.1 200 OK swsclose Funny-head: yesyes Content-Type: text/html; charset=ISO-8859-4 Loading @@ -24,15 +24,15 @@ http HTTP content-type with spaces in </name> <command> -w '%{content_type}\n' %HOSTIP:%HTTPPORT/57 -o log/out57 -w '%{content_type}\n' http://%HOSTIP:%HTTPPORT/57 -o log/out57 </command> </test> </client> # Verify data after the test has been "shot" <verify> <file name="log/out57"> <stdout mode=text> text/html; charset=ISO-8859-4 </file> </stdout> <strip> ^User-Agent:.* </strip> Loading Loading
docs/KNOWN_BUGS +0 −3 Original line number Diff line number Diff line Loading @@ -72,9 +72,6 @@ may have been fixed since this was written! 19. FTP 3rd party transfers with the multi interface doesn't work. Test: define CURL_MULTIEASY, rebuild curl, run test case 230 - 232. 18. test case 57 has </test> that should be </client> but when corrected, the test case fails! 16. FTP URLs passed to curl may contain NUL (0x00) in the RFC 1738 <user>, <password>, and <fpath> components, encoded as "%00". The problem is that curl_unescape does not detect this, but instead returns a shortened C Loading
tests/data/test57 +5 −5 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ HTTP GET </info> # Server-side <reply> <data> <data nocheck=1> HTTP/1.1 200 OK swsclose Funny-head: yesyes Content-Type: text/html; charset=ISO-8859-4 Loading @@ -24,15 +24,15 @@ http HTTP content-type with spaces in </name> <command> -w '%{content_type}\n' %HOSTIP:%HTTPPORT/57 -o log/out57 -w '%{content_type}\n' http://%HOSTIP:%HTTPPORT/57 -o log/out57 </command> </test> </client> # Verify data after the test has been "shot" <verify> <file name="log/out57"> <stdout mode=text> text/html; charset=ISO-8859-4 </file> </stdout> <strip> ^User-Agent:.* </strip> Loading