Do not mix CRLF and LF header endings in a couple of HTTP tests
authorFabian Keil <fk@fabiankeil.de>
Wed, 14 Nov 2012 18:49:12 +0000 (19:49 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 19 Nov 2012 09:58:02 +0000 (10:58 +0100)
commitab0fa55780b518502ff0712f37e8352323389cde
tree36380cb0cbf4c06c3b91e5e81611604f05903e70
parent409f2a041f752ef635354e1dc7b2759fcd7088d6
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.
16 files changed:
tests/data/test1011
tests/data/test1012
tests/data/test13
tests/data/test1325
tests/data/test1413
tests/data/test174
tests/data/test175
tests/data/test176
tests/data/test18
tests/data/test22
tests/data/test273
tests/data/test39
tests/data/test40
tests/data/test42
tests/data/test46
tests/data/test53