Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-23 | curl: remove -J "informational" written on stdout | Daniel Stenberg | |
curl would previously show "curl: Saved to filename 'name from header'" if -J was used and a name was picked from the Content-Disposition header. That output could interfer with other stdout output, such as -w. This commit removes that output line. Bug: https://curl.haxx.se/mail/archive-2020-05/0044.html Reported-by: Коваленко Анатолий Викторович Closes #5435 | |||
2014-02-14 | HTTP tests: use CRLF as header seperator according to RFC 2616 | Marc Hoersken | |
Changes LF to CRLF and disables automatic output conversion. | |||
2013-03-18 | tests: specify 'text' mode for some output files in verify section | Yang Tse | |
2012-06-01 | tests 1334 to 1345: several -O -J -i -D combinations with HTTP protocol | Yang Tse | |