summaryrefslogtreecommitdiff
path: root/tests/data/test2010
Commit message (Collapse)AuthorAgeFilesLines
* FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg2018-10-081-0/+8
| | | | | | | | | | | | | | | Now FILE transfers send headers to the header callback like HTTP and other protocols. Also made curl_easy_getinfo(...CURLINFO_PROTOCOL...) work for FILE in the callbacks. Makes "curl -i file://.." and "curl -I file://.." work like before again. Applied the bold header logic to them too. Regression from c1c2762 (7.61.0) Reported-by: Shaun Jackman Fixes #3083 Closes #3101
* curl: show headers in boldDaniel Stenberg2018-05-211-2/+2
| | | | | | | | | | | | | | | | | | The feature is only enabled if the output is believed to be a tty. -J: There's some minor differences and improvements in -J handling, as now J should work with -i and it actually creates a file first using the initial name and then *renames* that to the one found in Content-Disposition (if any). -i: only shows headers for HTTP transfers now (as documented). Previously it would also show for pieces of the transfer that were HTTP (for example when doing FTP over a HTTP proxy). -i: now shows trailers as well. Previously they were not shown at all. --libcurl: the CURLOPT_HEADER is no longer set, as the header output is now done in the header callback.
* metalink tests: Updated expected output to include hash nameMarc Hoersken2012-09-171-1/+1
|
* test2005 to test2016: improve failure detectionYang Tse2012-06-291-1/+1
|
* tests: update Metalink message formatYang Tse2012-06-271-3/+6
|
* tests: Enable test2010 and fixed hash valueTatsuhiro Tsujikawa2012-06-221-1/+1
|
* tests: add six Metalink test casesYang Tse2012-06-211-0/+102