mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
easy: reset errorbuf on eyeballing success
Any failf() that fill the errorbuf need to be forgotten once happy eyeballing finds a succssful winner. Because the errorbuf, once set, is not overwritten with future error information. Adds test_05_05 to verify. Reported-by: Tim Friedrich Brüggemann Fixes #20608 Closes #20613
This commit is contained in:
parent
36c2c7626f
commit
f1c9d5e484
7 changed files with 47 additions and 0 deletions
|
|
@ -58,6 +58,10 @@ only send 800.
|
|||
The percentage of send() calls that should be answered with EAGAIN at random.
|
||||
QUIC only.
|
||||
|
||||
## `CURL_DBG_SOCK_FAIL_IPV6`
|
||||
|
||||
Fail opening of sockets for the IPv6 address family.
|
||||
|
||||
## `CURL_DEBUG`
|
||||
|
||||
Trace logging behavior as an alternative to calling curl_global_trace(3).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue