From: wessels <> Date: Thu, 5 Jan 2006 00:19:41 +0000 (+0000) Subject: Fix HTCP after moving httpBuildRequestHeader() to HttpStateData class. X-Git-Tag: SQUID_3_0_PRE4~389 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b0d7130bffd2bc138e0d5475524af18a03e1f98;p=thirdparty%2Fsquid.git Fix HTCP after moving httpBuildRequestHeader() to HttpStateData class. --- diff --git a/src/htcp.cc b/src/htcp.cc index 2fc0325799..b704d3dd1a 100644 --- a/src/htcp.cc +++ b/src/htcp.cc @@ -1,6 +1,6 @@ /* - * $Id: htcp.cc,v 1.60 2005/09/17 05:50:08 wessels Exp $ + * $Id: htcp.cc,v 1.61 2006/01/04 17:19:41 wessels Exp $ * * DEBUG: section 31 Hypertext Caching Protocol * AUTHOR: Duane Wesssels @@ -40,6 +40,7 @@ #include "HttpRequest.h" #include "comm.h" #include "MemBuf.h" +#include "http.h" typedef struct _Countstr Countstr; @@ -1219,7 +1220,7 @@ htcpQuery(StoreEntry * e, HttpRequest * req, peer * p) stuff.S.version = vbuf; - httpBuildRequestHeader(req, req, e, &hdr, flags); + HttpStateData::httpBuildRequestHeader(req, req, e, &hdr, flags); mb.init();