]> granicus.if.org Git - curl/commit
curl: add --fail-early
authorDaniel Stenberg <daniel@haxx.se>
Sat, 12 Nov 2016 13:19:29 +0000 (14:19 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Nov 2016 07:35:40 +0000 (08:35 +0100)
commitf82bbe01c8835b8788c69f05362bb789766473cd
treee5c8bd5b8b10e24c350d0cfa830875f53cbc31ca
parentf682156a4fc6c43fb38db4abda49b9a1bc1ed368
curl: add --fail-early

Exit with an error on the first transfer error instead of continuing to
do the rest of the URLs.

Discussion: https://curl.haxx.se/mail/archive-2016-11/0038.html
docs/curl.1
src/tool_cfgable.h
src/tool_getparam.c
src/tool_operate.c
tests/data/Makefile.inc
tests/data/test1247 [new file with mode: 0644]