mirror of
https://github.com/curl/curl.git
synced 2026-08-26 23:14:57 +03:00
Mike Jean fixed so that the second CONNECT when doing FTP over a HTTP proxy
actually used a new connection and not sent the second request on the first socket!
This commit is contained in:
parent
e4d8cb4ee0
commit
f4cc8153ae
3 changed files with 20 additions and 9 deletions
|
|
@ -15,6 +15,7 @@ This release includes the following changes:
|
|||
|
||||
This release includes the following bugfixes:
|
||||
|
||||
o FTP over HTTP proxy now sends the second CONNECT properly
|
||||
o numerous compiler warnings and build quirks for various compilers have
|
||||
been addressed
|
||||
o supports name and passwords up to 255 bytes long, embedded in URLs
|
||||
|
|
@ -29,6 +30,6 @@ This release would not have looked like this without help, code, reports and
|
|||
advice from friends like these:
|
||||
|
||||
Dov Murik, Jean Jacques Drouin, Andres Garcia, Yang Tse, Gisle Vanem, Dan
|
||||
Fandrich, Alexander Lazic
|
||||
Fandrich, Alexander Lazic, Mike Jean
|
||||
|
||||
Thanks! (and sorry if I forgot to mention someone)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue