mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
the error message fix for failed connects
This commit is contained in:
parent
0d37f8564e
commit
2b6f7ef2a9
5
CHANGES
5
CHANGES
@ -6,6 +6,11 @@
|
||||
|
||||
Changelog
|
||||
|
||||
Daniel (19 September 2004)
|
||||
- Andreas Rieke pointed out that when attempting to connect to a host without
|
||||
a service on the specified port, curl_easy_perform() didn't properly provide
|
||||
an error message in the CURLOPT_ERRORBUFFER buffer.
|
||||
|
||||
Daniel (16 September 2004)
|
||||
- Daniel at touchtunes uses the FTP+SSL server "BSDFTPD-SSL from
|
||||
http://bsdftpd-ssl.sc.ru/" which accordingly doesn't properly work with curl
|
||||
|
@ -15,6 +15,7 @@ This release includes the following changes:
|
||||
|
||||
This release includes the following bugfixes:
|
||||
|
||||
o connect failures properly writes error message in errorbuffer
|
||||
o Rare Location:-following problem with bad original URL
|
||||
o -F can now add Content-Type on non-file sections
|
||||
o double Host: header when following Location: with replaced Host: fixed
|
||||
@ -39,6 +40,6 @@ advice from friends like these:
|
||||
|
||||
Casey O'Donnell, Roland Krikava, Alex, Alexander Krasnostavsky, Kjetil
|
||||
Jacobsen, Ling Thio, Roman Koifman, Harshal Pradhan, Jonas Forsman, David
|
||||
Tarendash, Daniel at touchtunes, Bertrand Demiddelaer
|
||||
Tarendash, Daniel at touchtunes, Bertrand Demiddelaer, Andreas Rieke
|
||||
|
||||
Thanks! (and sorry if I forgot to mention someone)
|
||||
|
Loading…
Reference in New Issue
Block a user