mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
(committed this for Marty Kuhrt:)
- Updated main.c to return CURLE_OK if PARAM_HELP_REQUESTED was returned from getparameter instead of CURLE_FAILED_INIT. No point in returning an error if --help or --version were requested.
This commit is contained in:
parent
01e1c85304
commit
c84904d8c8
5
CHANGES
5
CHANGES
@ -7,6 +7,11 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
|
||||||
|
Marty Kuhrt (1 Jun 2008)
|
||||||
|
- Updated main.c to return CURLE_OK if PARAM_HELP_REQUESTED was returned
|
||||||
|
from getparameter instead of CURLE_FAILED_INIT. No point in returning
|
||||||
|
an error if --help or --version were requested.
|
||||||
|
|
||||||
Daniel Stenberg (28 May 2008)
|
Daniel Stenberg (28 May 2008)
|
||||||
- Emil Romanus found a problem and helped me repeat it. It occured when using
|
- Emil Romanus found a problem and helped me repeat it. It occured when using
|
||||||
the curl_multi_socket() API with HTTP pipelining enabled and could lead to
|
the curl_multi_socket() API with HTTP pipelining enabled and could lead to
|
||||||
|
Loading…
Reference in New Issue
Block a user