summaryrefslogtreecommitdiff
path: root/tests/data/test1413
Commit message (Collapse)AuthorAgeFilesLines
* Do not mix CRLF and LF header endings in a couple of HTTP testsFabian Keil2012-11-191-10/+10
| | | | | | | | | | | | 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.
* test1413: verify redirects to URLs with fragmentsDaniel Stenberg2012-11-061-0/+73
The bug report claimed it didn't work. This problem was probably fixed in 473003fbdf. Bug: http://curl.haxx.se/bug/view.cgi?id=3581898