Change #263391
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Fri 03 Apr 2026 17:06:16 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 78e281bf6a1485c19a5cec1017cb09cab09cde62 |
Comments
tool: fix retries in parallel mode Verify that curl's --retry behaviour works - test 502 in serial, works - test 502 in parallel, hangs forver, test skipped by default - test 401, no retries done Fixes #20669 Reported-by: BlackFuffey on github Closes #21206
Changed files
- src/tool_operate.c
- tests/http/test_05_errors.py