From 016abdfef6f985bd45e65b0d673bd44182b6dd0a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 4 Apr 2002 22:29:18 +0000 Subject: [PATCH] Reverted v1.120, -G set request type after Kevin Roth pointed out the stupidity in doing this. -G should work with with -I too... --- src/main.c | 2 -- 1 file changed, 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 */