diff options
author | Fabian Keil <fk@fabiankeil.de> | 2012-11-14 19:49:12 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-11-19 10:58:02 +0100 |
commit | ab0fa55780b518502ff0712f37e8352323389cde (patch) | |
tree | 36380cb0cbf4c06c3b91e5e81611604f05903e70 /tests/data/test1011 | |
parent | 409f2a041f752ef635354e1dc7b2759fcd7088d6 (diff) |
Do not mix CRLF and LF header endings in a couple of HTTP tests
Consistently use CRLF instead. The mixed endings weren't
documented so I assume they were unintentional.
This change doesn't matter for curl itself but makes using
the tests with a proxy between curl and the test server
more convenient.
Tests that consistently use no carriage returns were
left unmodified as one can easily work around this.
Diffstat (limited to 'tests/data/test1011')
-rw-r--r-- | tests/data/test1011 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/data/test1011 b/tests/data/test1011 index 59829c99c..566867dd6 100644 --- a/tests/data/test1011 +++ b/tests/data/test1011 @@ -17,11 +17,11 @@ Content-Length: 0 </data> <data2> -HTTP/1.1 200 OK swsclose -Location: this should be ignored -Date: Thu, 09 Nov 2010 14:49:00 GMT -Connection: close - +HTTP/1.1 200 OK swsclose
+Location: this should be ignored
+Date: Thu, 09 Nov 2010 14:49:00 GMT
+Connection: close
+
body </data2> <datacheck> @@ -30,11 +30,11 @@ Location: moo.html&testcase=/10110002 Date: Thu, 09 Nov 2010 14:49:00 GMT
Content-Length: 0
-HTTP/1.1 200 OK swsclose -Location: this should be ignored -Date: Thu, 09 Nov 2010 14:49:00 GMT -Connection: close - +HTTP/1.1 200 OK swsclose
+Location: this should be ignored
+Date: Thu, 09 Nov 2010 14:49:00 GMT
+Connection: close
+
body </datacheck> </reply> |