From: hno <> Date: Fri, 19 Jul 2002 18:16:19 +0000 (+0000) Subject: Removed redundant MIME-Version header X-Git-Tag: SQUID_3_0_PRE1~892 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f20e747982a32488f8fd202edb05289e57b9201c;p=thirdparty%2Fsquid.git Removed redundant MIME-Version header --- diff --git a/src/gopher.cc b/src/gopher.cc index 64dafa6592..6ae6ae323d 100644 --- a/src/gopher.cc +++ b/src/gopher.cc @@ -1,6 +1,6 @@ /* - * $Id: gopher.cc,v 1.166 2002/07/18 23:43:14 hno Exp $ + * $Id: gopher.cc,v 1.167 2002/07/19 12:16:19 hno Exp $ * * DEBUG: section 10 Gopher * AUTHOR: Harvest Derived @@ -148,7 +148,6 @@ gopherMimeCreate(GopherStateData * gopherState) "HTTP/1.0 200 OK Gatewaying\r\n" "Server: Squid/%s\r\n" "Date: %s\r\n" - "MIME-version: 1.0\r\n", version_string, mkrfc1123(squid_curtime)); switch (gopherState->type_id) {