You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
I checked recent travis CI builds. Spotted that the ASAN builds often cause test 2100 to fail and the stderr output and HTTP server log then show that curl issued two DoH POSTs instead of the single expected one. The test runs with "forced IPv4" using -4.
Previously, it would pass on a define (int) which could make libcurl
read junk as a vaulue - which prevented the CURLOPT_IPRESOLVE option to
"take". This could then make test 2100 do two DoH requests instead of
one!
Fixes#6042
I did this
I checked recent travis CI builds. Spotted that the ASAN builds often cause test 2100 to fail and the stderr output and HTTP server log then show that curl issued two DoH POSTs instead of the single expected one. The test runs with "forced IPv4" using
-4
.example log
I have not been able to reproduce this failure locally on my Linux boxes.
I expected the following
Test 2100 should always run green.
curl/libcurl version
current git master on travis
operating system
The ASAN builds only run on Linux.
The text was updated successfully, but these errors were encountered: