Daniel Stenberg
|
f70da9c17e
|
include: make CURLE_HTTP3 use a new error code
To avoid potential issues with error code reuse.
Reported-by: Christoph M. Becker
Assisted-by: Dan Fandrich
Fixes #4601
Closes #4627
|
2019-11-21 23:16:29 +01:00 |
|
Daniel Stenberg
|
b3eb7d172a
|
quiche: reject headers in the wrong order
Pseudo header MUST come before regular headers or cause an error.
Reported-by: Cynthia Coan
Fixes #4571
Closes #4584
|
2019-11-12 09:44:24 +01:00 |
|
Jay Satiro
|
dca6f73613
|
vauth: Use CURLE_AUTH_ERROR for auth function errors
- Add new error code CURLE_AUTH_ERROR.
Prior to this change auth function errors were signaled by
CURLE_OUT_OF_MEMORY and CURLE_RECV_ERROR, and neither one was
technically correct.
Ref: https://github.com/curl/curl/pull/3848
Co-authored-by: Dominik Hölzl
Closes https://github.com/curl/curl/pull/3864
|
2019-08-14 03:14:01 -04:00 |
|
Han Han
|
3f3b26d6fe
|
ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code
Long live CURLE_PEER_FAILED_VERIFICATION
|
2018-09-06 08:27:15 +02:00 |
|
Björn Stenberg
|
b46cfbc068
|
TODO fixed: Detect when called from within callbacks
Closes #2302
|
2018-02-15 09:36:03 +01:00 |
|
Dan Fandrich
|
b95a07ea59
|
test1538: added "verbose logs" keyword
These error messages are not displayed with --disable-verbose
|
2017-06-05 11:26:39 +02:00 |
|
Daniel Stenberg
|
cef9c9e782
|
test1538: verify the libcurl strerror API calls
|
2017-06-02 13:52:55 +02:00 |
|