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/test22 | |
parent | 409f2a041f752ef635354e1dc7b2759fcd7088d6 (diff) | |
download | curl-ab0fa55780b518502ff0712f37e8352323389cde.tar.gz |
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/test22')
-rw-r--r-- | tests/data/test22 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test22 b/tests/data/test22 index 734379e87..2e8bdec62 100644 --- a/tests/data/test22 +++ b/tests/data/test22 @@ -9,10 +9,10 @@ long URL # Server-side <reply> <data> -HTTP/1.1 200 OK -Funny-head: yesyes +HTTP/1.1 200 OK
+Funny-head: yesyes
Content-Length: 27
- +
This is the proof it works </data> </reply> |