reverted 1.109, we can't set the request type when -d is used, as -G can be
used and it makes it a GET...
This commit is contained in:
parent
61a84abe2a
commit
33b06f56f0
@ -1249,9 +1249,13 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||||||
else
|
else
|
||||||
config->postfields=postdata;
|
config->postfields=postdata;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
We can't set the request type here, as this data might be used in
|
||||||
|
a simple GET if -G is used. Already or soon.
|
||||||
|
|
||||||
if(SetHTTPrequest(HTTPREQ_SIMPLEPOST, &config->httpreq))
|
if(SetHTTPrequest(HTTPREQ_SIMPLEPOST, &config->httpreq))
|
||||||
return PARAM_BAD_USE;
|
return PARAM_BAD_USE;
|
||||||
|
*/
|
||||||
break;
|
break;
|
||||||
case 'D':
|
case 'D':
|
||||||
/* dump-header to given file name */
|
/* dump-header to given file name */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user