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

</protocol>

<file1 name="log/outfile1369" mode="text">
<file1 name="log/outfile1369">
12345
</file1>

<file2 name="log/stdout1369" mode="text">
<file2 name="log/stdout1369">
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Loading