diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-04-04 22:29:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-04 22:29:18 +0000 |
commit | 016abdfef6f985bd45e65b0d673bd44182b6dd0a (patch) | |
tree | ffa455353c8752648f8f96305062b55905f09d96 | |
parent | fd915609cdfef8fce57d91c8fddfeb92821ae36b (diff) |
Reverted v1.120, -G set request type after Kevin Roth pointed out the
stupidity in doing this. -G should work with with -I too...
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c index a7c516be8..2c205ffdd 100644 --- a/src/main.c +++ b/src/main.c @@ -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 */ |