]> git.ipfire.org Git - thirdparty/squid.git/commit
Make HTTP header parser obey relaxed_header_parser
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 20 Nov 2013 00:06:58 +0000 (17:06 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 20 Nov 2013 00:06:58 +0000 (17:06 -0700)
commitee76a3d784980a3f429317bbccef7773c04bfc16
treecdc05f3608af8f4021f0a3a886a84a2a91ea4f6c
parenta4caeef76c403b2f3ae33ca97e1a81bc0fce15e2
Make HTTP header parser obey relaxed_header_parser

Some unimportant warnings were not obeying the directives silent/loud
setting values.
This abstracts the condition to simplify code and make all the
non-critical warnings depend on the directive for their display level.
src/HttpHeader.cc