Daniel Stenberg
5e2beb3395
spelling: use 'reuse' not 're-use' in code and elsewhere
...
Unify the spelling as both versions were previously used intermittently
Closes #11717
2023-08-23 23:22:36 +02:00
Daniel Stenberg
06e2fa2b51
test2306: make it use a persistent connection
...
+ enable verbose already from the start
Closes #11621
2023-08-08 23:27:24 +02:00
Daniel Stenberg
95ca3c53d3
headers: accept leading whitespaces on first response header
...
This is a bad header fold but since the popular browsers accept this
violation, so does curl now. Unless built with hyper.
Add test 1473 to verify and adjust test 2306.
Reported-by: junsik on github
Fixes #11605
Closes #11607
2023-08-07 12:45:45 +02:00
Daniel Stenberg
efa6c644aa
test2306: verify getting a second response with folded headers
...
Reproduces the isue #11101 and verifies the fix.
Verifies a17b2a503f
2023-05-12 17:50:33 +02:00