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:
Viktor Szakats 2025-11-09 15:54:11 +01:00
parent d35c880a75
commit f760a5cef7
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
5 changed files with 43 additions and 43 deletions

View file

@ -8,14 +8,14 @@ HTTP GET
#
<reply>
<data nocheck="yes">
HTTP/1.1 200 OK%CR
Date: Tue, 09 Nov 2010 14:49:00 GMT%CR
Server: test-server/fake%CR
Content-Length: 6%CR
Connection: close%CR
Content-Type: text/html%CR
%CR
<data crlf="headers" nocheck="yes">
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 6
Connection: close
Content-Type: text/html
12345
</data>
</reply>