Hi,
In case there is someone building curl from source on Windows, it would be
awesome we could get some help asap to verify that #10562 fixes the #10561
problem!
I want to merge the fix before tomorrow morning my time, or at worst revert
back to pre 7.88.0 status.
How to verify:
1. build curl from git master, apply the #10562 patch
2. run the following [1] in a bat file and it should not cause any problems
FOR /L %%G IN (1,1,%MAX%) DO (
curld -sS -f -H "Connection: close" https://httpd.apache.org/ -o NUL --write-out
"%%{time_total} "
if !ERRORLEVEL! NEQ 0 exit /b 1
)
(You can change the target URL, it can probably also just be "curl.se".)
[1] = https://github.com/curl/curl/issues/10561#issuecomment-1435932103
--
/ daniel.haxx.se
| Commercial curl support up to 24x7 is available!
| Private help, bug fixes, support, ports, new features
| https://curl.se/support.html
--
Unsubscribe: https://lists.haxx.se/listinfo/curl-library
Etiquette: https://curl.se/mail/etiquette.html