]> git.ipfire.org Git - thirdparty/curl.git/commit
etag: save and use the full received contents
authorDaniel Stenberg <daniel@haxx.se>
Wed, 19 Aug 2020 22:34:44 +0000 (00:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Aug 2020 08:02:41 +0000 (10:02 +0200)
commit98c94596f5928840177b6bd3c7b0f0dd03a431af
tree280a4d57dffd2222c39c9e481b6bbbbd5adec397
parentbc3b5bcf87f9fe16514f8cfd84cded24a367ac95
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
src/tool_cb_hdr.c
src/tool_operate.c
tests/data/Makefile.inc
tests/data/test1566
tests/data/test339
tests/data/test342
tests/data/test343
tests/data/test344
tests/data/test345
tests/data/test347 [new file with mode: 0644]