]> git.ipfire.org Git - thirdparty/squid.git/commit
Make HTTP header parser obey relaxed_header_parser
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 13 Nov 2013 00:06:19 +0000 (13:06 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 13 Nov 2013 00:06:19 +0000 (13:06 +1300)
commit6e09ed7bf7fbddbf2dbef52a6f8319f33cc4b5d0
tree26829bcc9b37e8bcef5b7bf65c57db5783ae8d5e
parentc302ddb55b4dd6116b160288fd2493a7021d3ba8
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