From: wessels <> Date: Sat, 7 Dec 1996 04:52:01 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~5310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e5c19a7c5163f4bc35ef2456c5721e9297cc9ad;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/http.cc b/src/http.cc index 22b710fba1..5d656f740d 100644 --- a/src/http.cc +++ b/src/http.cc @@ -1,5 +1,5 @@ /* - * $Id: http.cc,v 1.133 1996/12/06 17:52:38 wessels Exp $ + * $Id: http.cc,v 1.134 1996/12/06 21:52:01 wessels Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -622,7 +622,7 @@ httpAppendRequestHeader(char *hdr, const char *line, size_t * sz, size_t max) #ifdef USE_ANONYMIZER if (!httpAnonSearchHeaderField(http_anon_allowed_header, line)) { debug(11, 5, "httpAppendRequestHeader: removed for anonymity: <%s>\n", - line); + line); return; } #endif