"Pixel" fixed a problem that appeared when you used -f with user+password
embedded in the URL.
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -6,6 +6,12 @@
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
Daniel S (31 March 2007)
|
||||||
|
- Fixed several minor issues detected by the coverity.com scanner.
|
||||||
|
|
||||||
|
- "Pixel" fixed a problem that appeared when you used -f with user+password
|
||||||
|
embedded in the URL.
|
||||||
|
|
||||||
Dan F (29 March 2007)
|
Dan F (29 March 2007)
|
||||||
- Don't tear down the ftp connection if the maximum filesize was exceeded
|
- Don't tear down the ftp connection if the maximum filesize was exceeded
|
||||||
and added tests 290 and 291 to check.
|
and added tests 290 and 291 to check.
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ This release includes the following bugfixes:
|
|||||||
o use-after-free issue with HTTP transfers with the multi interface
|
o use-after-free issue with HTTP transfers with the multi interface
|
||||||
o the progress callback can get called more frequently
|
o the progress callback can get called more frequently
|
||||||
o timeout would restart when signal caught while awaiting socket events
|
o timeout would restart when signal caught while awaiting socket events
|
||||||
|
o curl -f with user+password embedded in the URL
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user