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
@@ -52,7 +52,7 @@ RETR file1393
QUIT
</protocol>

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

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

</verify>
Loading