HTTP tests: use CRLF as header seperator according to RFC 2616

Changes LF to CRLF and disables automatic output conversion.
This commit is contained in:
Marc Hoersken
2014-02-01 13:58:41 +01:00
parent 75f00de55c
commit 89c29aa70f
23 changed files with 428 additions and 428 deletions

View File

@@ -9,13 +9,13 @@ HTTP GET
#
<reply>
<data nocheck="yes">
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 6
Connection: close
Content-Type: text/html
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 6
Connection: close
Content-Type: text/html
12345
</data>
</reply>
@@ -50,18 +50,18 @@ Accept: */*
</protocol>
<file1 name="log/outfile1376" mode="text">
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 6
Connection: close
Content-Type: text/html
<file1 name="log/outfile1376">
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 6
Connection: close
Content-Type: text/html
12345
</file1>
<file2 name="log/stdout1376" mode="text">
<file2 name="log/stdout1376">
</file2>
</verify>