mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:11:40 +03:00
test1475: consistently use %CR in headers
Gets the test working when using Privoxy as proxy. Closes #19870
This commit is contained in:
parent
2535c4298f
commit
d360ddb1b2
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue