diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-04-30 09:02:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-04-30 09:02:39 +0000 |
commit | 6b95c4e358f3bcaf60471353c54c5c32d596a536 (patch) | |
tree | 232a0fc6bcbe864c9ab518a2e8823c718e40ce06 /CHANGES | |
parent | 22e2ecb003eb942cfbf78a206b9daff370d74b17 (diff) |
- I was going to fix issue #59 in KNOWN_BUGS
If the CURLOPT_PORT option is used on an FTP URL like
"ftp://example.com/file;type=A" the ";type=A" is stripped off.
I added test case 562 to verify, only to find out that I couldn't repeat
this bug so I hereby consider it not a bug anymore!
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ Changelog + +Daniel Stenberg (30 Apr 2009) +- I was going to fix issue #59 in KNOWN_BUGS + + If the CURLOPT_PORT option is used on an FTP URL like + "ftp://example.com/file;type=A" the ";type=A" is stripped off. + + I added test case 562 to verify, only to find out that I couldn't repeat + this bug so I hereby consider it not a bug anymore! + Daniel Stenberg (29 Apr 2009) - Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219) I've now made TFTP "connections" not being kept for re-use within libcurl. |