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:
Daniel Stenberg 2002-04-04 22:29:18 +00:00
parent fd915609cd
commit 016abdfef6
1 changed files with 0 additions and 2 deletions

View File

@ -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 */