1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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.
This commit is contained in:
Fabian Keil 2012-11-14 19:49:12 +01:00 committed by Daniel Stenberg
parent 409f2a041f
commit ab0fa55780
16 changed files with 112 additions and 112 deletions