]> git.ipfire.org Git - thirdparty/squid.git/commit
2.5 bugfix: header_access failed to remove headers if there was no
authorhno <>
Fri, 7 Sep 2001 01:51:56 +0000 (01:51 +0000)
committerhno <>
Fri, 7 Sep 2001 01:51:56 +0000 (01:51 +0000)
commita453662fc71e9bfc4c649f3069858cb04fdefccc
treeb698789d111f7397aa213ced73314a4503a25a06
parent70c464010a9f2c4d69966961781dea7530cae741
2.5 bugfix: header_access failed to remove headers if there was no
replacement set by header_replace.

Caused by lack of braces around if/else blocks.

Reported with a patch by Andres Kroonmaa
src/HttpHeaderTools.cc