diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2014-02-01 14:03:55 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2014-02-14 20:12:28 +0100 |
commit | 0a568867c0ee0eec283ce282f707e7a1338dcc44 (patch) | |
tree | e6d36d06c772bbf493633d2be72ccae29351ceef /tests/data/test1389 | |
parent | 91c13d759a69bfef7cf40b68cdba1992ee32b3bc (diff) |
HTTP tests: use CRLF as header seperator according to RFC 2616
Updates the test suite to handle binary-mode header output.
Diffstat (limited to 'tests/data/test1389')
-rw-r--r-- | tests/data/test1389 | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/data/test1389 b/tests/data/test1389 index 2357e314c..4aaacd82b 100644 --- a/tests/data/test1389 +++ b/tests/data/test1389 @@ -11,14 +11,14 @@ RETR <reply> # file1389 contents... <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 -Content-Disposition: filename=name1389; charset=funny; option=strange - +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
+Content-Disposition: filename=name1389; charset=funny; option=strange
+
MOOOO </data> </reply> @@ -54,14 +54,14 @@ QUIT </protocol> <file1 name="log/download1389"> -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 -Content-Disposition: filename=name1389; charset=funny; option=strange - +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
+Content-Disposition: filename=name1389; charset=funny; option=strange
+
MOOOO </file1> @@ -77,8 +77,8 @@ MOOOO 250 CWD command successful.
229 Entering Passive Mode (stripped) 200 I modify TYPE as you wanted
-213 214
-150 Binary data connection for 1389 () (214 bytes).
+213 222
+150 Binary data connection for 1389 () (222 bytes).
226 File transfer complete
</file2> <stripfile2> |