From: hno <> Date: Wed, 23 Oct 2002 03:16:11 +0000 (+0000) Subject: Malformed author header comment fix by Guido X-Git-Tag: SQUID_3_0_PRE1~580 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae45c4de1ace978e87e5583b4e9b0d0a6285fdc3;p=thirdparty%2Fsquid.git Malformed author header comment fix by Guido --- diff --git a/src/client_side_request.cc b/src/client_side_request.cc index 82c98a53e6..495d14f4ed 100644 --- a/src/client_side_request.cc +++ b/src/client_side_request.cc @@ -1,9 +1,9 @@ /* - * $Id: client_side_request.cc,v 1.7 2002/10/13 20:35:00 robertc Exp $ + * $Id: client_side_request.cc,v 1.8 2002/10/22 21:16:11 hno Exp $ * - * DEBUG: section 85 Client-side Request Routines AUTHOR: Robert Collins - * (Originally Duane Wessels in client_side.c) + * DEBUG: section 85 Client-side Request Routines + * AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c) * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ----------------------------------------------------------