summaryrefslogtreecommitdiff
path: root/tests/data/test344
Commit message (Collapse)AuthorAgeFilesLines
* curl: allow both --etag-compare and --etag-save with same file nameKwon-Young Choi2020-04-051-0/+58
This change inverse the order of processing for the --etag-compare and --etag-save option to process first --etag-compare. This in turn allows to use the same file name to compare and save an etag. The original behavior of not failing if the etag file does not exists is conserved. Fixes #5179 Closes #5180