From 3b0d7130bffd2bc138e0d5475524af18a03e1f98 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 5 Jan 2006 00:19:41 +0000 Subject: [PATCH] Fix HTCP after moving httpBuildRequestHeader() to HttpStateData class. --- src/htcp.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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(); -- 2.47.2