Commit 65629f29 authored by Cameron Kaiser's avatar Cameron Kaiser Committed by Daniel Stenberg
Browse files

Remove url.c test

parent 79510745
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3487,11 +3487,8 @@ static CURLcode findprotocol(struct SessionHandle *data,
    if(Curl_raw_equal(p->scheme, protostr)) {
      /* Protocol found in table. Check if allowed */
      if(!(data->set.allowed_protocols & p->protocol))
{
        /* nope, get out */
	fprintf(stderr, "well, shit\n");
        break;
}

      /* it is allowed for "normal" request, now do an extra check if this is
         the result of a redirect */