]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add missing "gopher" from list of protocol strings
authorwessels <>
Wed, 17 Apr 1996 00:28:47 +0000 (00:28 +0000)
committerwessels <>
Wed, 17 Apr 1996 00:28:47 +0000 (00:28 +0000)
src/url.cc

index 5daf6ecc0945dece869369c8922e9aa89b070a8a..fe24a67e98e0f197dac2922eda6052328b7d05b1 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: url.cc,v 1.18 1996/04/16 05:13:37 wessels Exp $ */
+/* $Id: url.cc,v 1.19 1996/04/16 18:28:47 wessels Exp $ */
 
 /* 
  * DEBUG: Section 23          url
@@ -20,6 +20,7 @@ char *ProtocolStr[] =
     "NONE",
     "http",
     "ftp",
+    "gopher",
     "wais",
     "cache_object",
 #ifdef NEED_PROTO_CONNECT