]> git.ipfire.org Git - thirdparty/squid.git/commit - src/HttpReply.h
First stab at header cloning. The motivation behind this is to get rid
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Sat, 15 Mar 2008 18:03:11 +0000 (19:03 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Sat, 15 Mar 2008 18:03:11 +0000 (19:03 +0100)
commitda33c835aedeb564b25c068e8eb329ed27ca14bc
tree0a1349f78820dafc1de08462cef093836a826922
parent7e559f1905aea54b4e767bff1a63467bdf996acf
First stab at header cloning. The motivation behind this is to get rid
of the need of buffering response headers in the server side code
(client_side_reply). A positive sideeffect is that this should also
improve performance considerably.
src/HttpReply.cc
src/HttpReply.h
src/client_side_reply.cc