]> granicus.if.org Git - curl/commit
Fixed a problem when --dump-header - was given with more than one URL,
authorDan Fandrich <dan@coneharvesters.com>
Fri, 22 Aug 2008 22:57:25 +0000 (22:57 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 22 Aug 2008 22:57:25 +0000 (22:57 +0000)
commite3ad6d2bd111d12ba0019a916270950cf83956bf
treefcd0c72f58ba214fc9f07c13b5a94117c9264d02
parent4b64a8d20d8dfaa96efcfc100e250e13b0d29c34
Fixed a problem when --dump-header - was given with more than one URL,
which caused an error when the second header was dumped due to stdout
being closed.  Added test case 1066 to verify.  Also fixed a potential
problem where a closed file descriptor might be used for an upload
when more than one URL is given.
CHANGES
RELEASE-NOTES
src/main.c
tests/data/Makefile.am
tests/data/test1066 [new file with mode: 0644]