Commit 89c29aa7 authored by Marc Hoersken's avatar Marc Hoersken
Browse files

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

Changes LF to CRLF and disables automatic output conversion.
parent 75f00de5
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ Accept: */*

</protocol>

<file1 name="log/outfile1376" mode="text">
<file1 name="log/outfile1376">
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
@@ -61,7 +61,7 @@ Content-Type: text/html
12345
</file1>

<file2 name="log/stdout1376" mode="text">
<file2 name="log/stdout1376">
</file2>

</verify>
Loading