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
+18 −18
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ Accept: */*

</protocol>

<file1 name="log/outfile1377" mode="text">
<file1 name="log/outfile1377">
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
@@ -63,7 +63,7 @@ Content-Disposition: filename=name1377; charset=funny; option=strange
12345
</file1>

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

</verify>
Loading