mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
up to date with recent changes
This commit is contained in:
parent
b8b56248bd
commit
23d64e720d
9
CHANGES
9
CHANGES
@ -19,6 +19,15 @@ Daniel (10 September 2004)
|
|||||||
|
|
||||||
This change is verified by the two new test cases 184 and 185.
|
This change is verified by the two new test cases 184 and 185.
|
||||||
|
|
||||||
|
Daniel (8 September 2004)
|
||||||
|
- Modified the test suite to be able to use and run with customized port
|
||||||
|
numbers. This was always intended but never before possible. Now a simple
|
||||||
|
change in the runtests.pl script can make all tests use different ports.
|
||||||
|
The default ports in use from now on are 8990 to 8993.
|
||||||
|
|
||||||
|
Daniel (2 September 2004)
|
||||||
|
- Minor modification of an SSL-related error message.
|
||||||
|
|
||||||
Daniel (31 August 2004)
|
Daniel (31 August 2004)
|
||||||
- David Tarendash fount out that curl_multi_add_handle() returned
|
- David Tarendash fount out that curl_multi_add_handle() returned
|
||||||
CURLM_CALL_MULTI_PERFORM instead of CURLM_OK.
|
CURLM_CALL_MULTI_PERFORM instead of CURLM_OK.
|
||||||
|
@ -14,6 +14,8 @@ This release includes the following changes:
|
|||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
|
o double Host: header when following Location: with replaced Host: fixed
|
||||||
|
o curl_multi_add_handle() return code fix
|
||||||
o "Proxy-Connection: close" is now understood and properly dealt with
|
o "Proxy-Connection: close" is now understood and properly dealt with
|
||||||
o curl_getdate() crash fixed
|
o curl_getdate() crash fixed
|
||||||
o downloading empty files now calls the write callback properly
|
o downloading empty files now calls the write callback properly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user