curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Verifying #10562 on Windows before tomorrow

From: Daniel Stenberg via curl-library <curl-library_at_lists.haxx.se>
Date: Sun, 19 Feb 2023 17:29:00 +0100 (CET)

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
Received on 2023-02-19