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
@@ -59,7 +59,7 @@ Accept: */*

</protocol>

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

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

</verify>
Loading