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/Makefile.inc | |
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/Makefile.inc')
-rw-r--r-- | tests/data/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 3752502ef..9261ee221 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -58,7 +58,7 @@ test307 test308 test309 test310 test311 test312 test313 test314 test315 \ test316 test317 test318 test319 test320 test321 test322 test323 test324 \ test325 test326 test327 test328 test329 test330 test331 test332 test333 \ test334 test335 test336 test337 test338 test339 test340 test341 test342 \ -test343 test344 test345 test346 \ +test343 test344 test345 test346 test347 \ test350 test351 test352 test353 test354 test355 test356 test357 test358 \ test359 \ test393 test394 test395 test396 test397 \ |