]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: return error if etag options are used with multiple URLs
authorDaniel Stenberg <daniel@haxx.se>
Thu, 12 Dec 2024 16:03:59 +0000 (17:03 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Dec 2024 09:11:26 +0000 (10:11 +0100)
commita300879b63b7c7ecc820a62a3a4ffa9653bc18c2
treef84cd852fe29d3ffdce42ea08777a205ecc4f62d
parent0439499170b4e5ad4d4b4679ad284b4aa4df16f1
curl: return error if etag options are used with multiple URLs

And document it.

Add tests 484 and 485

Fixes #15729
Reported-by: Tamir Duberstein
Closes #15731
docs/cmdline-opts/etag-compare.md
docs/cmdline-opts/etag-save.md
src/tool_cfgable.h
src/tool_getparam.c
tests/data/Makefile.am
tests/data/test484 [new file with mode: 0644]
tests/data/test485 [new file with mode: 0644]