test1475: consistently use %CR in headers

Gets the test working when using Privoxy as proxy.

Closes #19870
This commit is contained in:
Fabian Keil 2025-12-07 15:23:00 +01:00 committed by Daniel Stenberg
parent 2535c4298f
commit d360ddb1b2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -15,7 +15,7 @@ Resume
HTTP/1.1 416 Invalid range%CR
Connection: close%CR
Content-Length: 0%CR
Content-Range: */100
Content-Range: */100%CR
%CR
</data>
@ -35,7 +35,7 @@ Content-Range: */100
HTTP/1.1 416 Invalid range%CR
Connection: close%CR
Content-Length: 0%CR
Content-Range: */100
Content-Range: */100%CR
%CR
</datacheck>