summaryrefslogtreecommitdiff
path: root/tests/data/test542
Commit message (Collapse)AuthorAgeFilesLines
* Max Katsev reported that when doing a libcurl FTP request withDaniel Stenberg2007-09-261-0/+57
CURLOPT_NOBODY enabled but not CURLOPT_HEADER, libcurl wouldn't do TYPE before it does SIZE which makes it less useful. I walked over the code and made it do this properly, and added test case 542 to verify it.