Commit 016abdfe authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Reverted v1.120, -G set request type after Kevin Roth pointed out the

stupidity in doing this. -G should work with with -I too...
parent fd915609
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */