From: Amos Jeffries Date: Mon, 9 Feb 2009 10:52:15 +0000 (+1300) Subject: Build error X-Git-Tag: SQUID_3_2_0_1~1201 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76148878a1e2b6d5c601ff6722f8902535ea1cbc;p=thirdparty%2Fsquid.git Build error --- diff --git a/src/http.cc b/src/http.cc index 84ebc47b3e..92e5635929 100644 --- a/src/http.cc +++ b/src/http.cc @@ -1808,7 +1808,7 @@ copyOneHeaderFromClientsideRequestToUpstreamRequest(const HttpHeaderEntry *e, co * pass on all other header fields * which are NOT listed by the special Connection: header. */ - if (strConnection.size()>0 && strListIsMember(&strConnection, e->name.buf(), ',')) { + if (strConnection.size()>0 && strListIsMember(&strConnection, e->name.unsafeBuf(), ',')) { debugs(11, 2, "'" << e->name << "' header cropped by Connection: definition"); return; }