]> git.ipfire.org Git - thirdparty/squid.git/commit - src/HttpHeader.cc
Author: Alex Rousskov <rousskov@measurement-factory.com>
authorwessels <>
Tue, 8 May 2007 00:12:28 +0000 (00:12 +0000)
committerwessels <>
Tue, 8 May 2007 00:12:28 +0000 (00:12 +0000)
commitba9fb01d39d5c223af0dc4eb5c4726efeb6053db
tree5e205adbdc71770c09fa770ca8d7f461f8e62e9c
parentcc7c3c84e1f893e61f589c07c8f685a1c9018586
Author: Alex Rousskov <rousskov@measurement-factory.com>
Bug #1688: assertion when Squid filters HTTP headers

HttpHeader::delAt does not update the header mask. This patch adds a parameter
to delAt, which forces the caller to pay attention and call newly added
HttpHeader::refreshMask after calling HttpHeader::delAt.

The patch also optimizes Keep-Alive header handling and comments on
HDR_PROXY_CONNECTION handling.
src/HttpHeader.cc
src/HttpHeader.h
src/HttpHeaderTools.cc
src/client_side_reply.cc