mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
tests/data: replace %CR with crlf=headers where possible
Missed them in previous rounds of updates: test 433, 1375, 1376, 1377, 1429 Closes #19424
This commit is contained in:
parent
d35c880a75
commit
f760a5cef7
5 changed files with 43 additions and 43 deletions
|
|
@ -8,11 +8,11 @@
|
|||
#
|
||||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
HTTP/1.1 200 OK%CR
|
||||
Content-Length: 6%CR
|
||||
Content-Type: text/1%CR
|
||||
%CR
|
||||
<data crlf="headers">
|
||||
HTTP/1.1 200 OK
|
||||
Content-Length: 6
|
||||
Content-Type: text/1
|
||||
|
||||
-foo-
|
||||
</data>
|
||||
</reply>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue