]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Correct instantiation of HttpHeader object.
authorBenno Rice <benno@squid-cache.org>
Mon, 1 Sep 2008 06:44:32 +0000 (16:44 +1000)
committerBenno Rice <benno@squid-cache.org>
Mon, 1 Sep 2008 06:44:32 +0000 (16:44 +1000)
src/htcp.cc

index a8c27ef9e9a89b8facc2fd7ab54978c0b6632d4a..4b6ef63a517393027de2086a68dde606eabdf66e 100644 (file)
@@ -1582,7 +1582,7 @@ htcpClear(StoreEntry * e, const char *uri, HttpRequest * req, HttpRequestMethod
     ssize_t pktlen;
     char vbuf[32];
     htcpStuff stuff;
-    HttpHeader hdr;
+    HttpHeader hdr(hoRequest);
     Packer pa;
     MemBuf mb;
     http_state_flags flags;