]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1475: consistently use %CR in headers
authorFabian Keil <fk@fabiankeil.de>
Sun, 7 Dec 2025 14:23:00 +0000 (15:23 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Dec 2025 09:44:00 +0000 (10:44 +0100)
Gets the test working when using Privoxy as proxy.

Closes #19870

tests/data/test1475

index 1f11829d72e4d924f072c6203e2be9ea1e6bca53..b35009d9a8f793592ebc387fe9909ff68a3d9b1e 100644 (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>