mirror of
https://github.com/curl/curl.git
synced 2026-04-18 11:21:41 +03:00
Reverted v1.120, -G set request type after Kevin Roth pointed out the
stupidity in doing this. -G should work with with -I too...
This commit is contained in:
parent
fd915609cd
commit
016abdfef6
1 changed files with 0 additions and 2 deletions
|
|
@ -1344,8 +1344,6 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||
|
||||
case 'G': /* HTTP GET */
|
||||
config->use_httpget = TRUE;
|
||||
if(SetHTTPrequest(HTTPREQ_GET, &config->httpreq))
|
||||
return PARAM_BAD_USE;
|
||||
break;
|
||||
|
||||
case 'h': /* h for help */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue