diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-14 13:44:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-14 13:44:54 +0000 |
commit | e8f85cba0f8c19369d39b1c6616dc51dae1dd179 (patch) | |
tree | 0ba45c10cc1e443272b7ec668c5d87b8a66717ca /CHANGES | |
parent | 1aba99b1e74114743e5302dd0512ccd5c5aedbae (diff) |
Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name
and password fields properly in URLs, like
ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel (14 October 2004) +- Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user + name and password fields properly in URLs, like + ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix. + Daniel (11 October 2004) - libcurl now uses SO_NOSIGPIPE for systems that support it (Mac OS X 10.2 or later is one) to inhibit the SIGPIPE signal when writing to a socket while |