]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
allow GET whois
authorwessels <>
Sat, 14 Feb 1998 03:37:17 +0000 (03:37 +0000)
committerwessels <>
Sat, 14 Feb 1998 03:37:17 +0000 (03:37 +0000)
src/url.cc

index dee6201845ffbe9b0407d4c3615e405e8da8463a..403f7c0caf4ea2632419dd6f8cbd74961a741a6a 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: url.cc,v 1.75 1998/02/03 04:21:26 wessels Exp $
+ * $Id: url.cc,v 1.76 1998/02/13 20:37:17 wessels Exp $
  *
  * DEBUG: section 23    URL Parsing
  * AUTHOR: Duane Wessels
@@ -437,6 +437,7 @@ urlCheckRequest(const request_t * r)
            rc = 1;
     case PROTO_GOPHER:
     case PROTO_WAIS:
+    case PROTO_WHOIS:
        if (r->method == METHOD_GET)
            rc = 1;
        else if (r->method == METHOD_HEAD)