]> git.ipfire.org Git - thirdparty/squid.git/commit - src/HttpMsg.cc
Made httpReplyHdrCacheInit() and httpRequestHdrCacheInit() into virtual
authorwessels <>
Fri, 16 Sep 2005 01:22:30 +0000 (01:22 +0000)
committerwessels <>
Fri, 16 Sep 2005 01:22:30 +0000 (01:22 +0000)
commit07947ad86cbaef1c6b29d3387e5dd227331ff8fd
tree822c8183a06e54976cf6275bca349382caed0b37
parent0b78d1858a70eba73261f06a6716884df838806c
Made httpReplyHdrCacheInit() and httpRequestHdrCacheInit() into virtual
functions of HttpMsg class.  Made some old static functions members of
HttpRequest and HttpReply classes so that the new hdrCacheInit() can
be private (protected).

Also fixed a memory leak with HttpHdrCc, which I may or may not have
recently created.
src/HttpMsg.cc
src/HttpMsg.h
src/HttpReply.cc
src/HttpReply.h
src/HttpRequest.cc
src/HttpRequest.h
src/client_side.cc
src/client_side_reply.cc
src/client_side_request.cc
src/peer_digest.cc