diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2020-08-20 00:34:44 +0200 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2020-08-24 10:02:41 +0200 |
| commit | 98c94596f5928840177b6bd3c7b0f0dd03a431af (patch) | |
| tree | 280a4d57dffd2222c39c9e481b6bbbbd5adec397 /tests/data/test1566 | |
| parent | bc3b5bcf87f9fe16514f8cfd84cded24a367ac95 (diff) | |
| download | curl-98c94596f5928840177b6bd3c7b0f0dd03a431af.tar.gz | |
etag: save and use the full received contents
... which makes it support weak tags and non-standard etags too!
Added test case 347 to verify blank incoming ETag:
Fixes #5610
Closes #5833
Diffstat (limited to 'tests/data/test1566')
| -rw-r--r-- | tests/data/test1566 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1566 b/tests/data/test1566 index e6f81711d..cc3ac474a 100644 --- a/tests/data/test1566 +++ b/tests/data/test1566 @@ -35,7 +35,7 @@ http http://%HOSTIP:%HTTPPORT/1566 -o log/output1566 --etag-compare log/etag1566 </command> <file name="log/etag1566"> -123456 +"123456" </file> <file1 name="log/output1566"> downloaded already |
