diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2014-02-01 13:58:41 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2014-02-14 20:12:27 +0100 |
commit | 89c29aa70f8dc07d73d7b6f01c0121dc3c335495 (patch) | |
tree | 37372880d2919bcc7863fd917f94d10e2e99edbf /tests/data/test1365 | |
parent | 75f00de55c6e8adc513f9ee32383b11e23106a40 (diff) | |
download | curl-89c29aa70f8dc07d73d7b6f01c0121dc3c335495.tar.gz |
HTTP tests: use CRLF as header seperator according to RFC 2616
Changes LF to CRLF and disables automatic output conversion.
Diffstat (limited to 'tests/data/test1365')
-rw-r--r-- | tests/data/test1365 | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/tests/data/test1365 b/tests/data/test1365 index f5e95e8eb..4a09cfd6a 100644 --- a/tests/data/test1365 +++ b/tests/data/test1365 @@ -9,13 +9,13 @@ HTTP GET # <reply> <data nocheck="yes"> -HTTP/1.1 200 OK -Date: Thu, 09 Nov 2010 14:49:00 GMT -Server: test-server/fake -Content-Length: 6 -Connection: close -Content-Type: text/html - +HTTP/1.1 200 OK
+Date: Thu, 09 Nov 2010 14:49:00 GMT
+Server: test-server/fake
+Content-Length: 6
+Connection: close
+Content-Type: text/html
+
12345 </data> </reply> @@ -50,18 +50,18 @@ Accept: */* </protocol> -<file1 name="log/outfile1365" mode="text"> +<file1 name="log/outfile1365"> 12345 </file1> -<file2 name="log/stdout1365" mode="text"> -HTTP/1.1 200 OK -Date: Thu, 09 Nov 2010 14:49:00 GMT -Server: test-server/fake -Content-Length: 6 -Connection: close -Content-Type: text/html - +<file2 name="log/stdout1365"> +HTTP/1.1 200 OK
+Date: Thu, 09 Nov 2010 14:49:00 GMT
+Server: test-server/fake
+Content-Length: 6
+Connection: close
+Content-Type: text/html
+
</file2> </verify> |