]> git.ipfire.org Git - thirdparty/squid.git/commit
Make HTTP header parser obey relaxed_header_parser
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 19 Nov 2013 22:45:02 +0000 (15:45 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 19 Nov 2013 22:45:02 +0000 (15:45 -0700)
commit8df7f42a19633bdbbd7ef6052c3251563cbbf289
treed4abd64ca9472d71869ab57824a5fdf92267a6d0
parentb43b062b82f04a1b5a79f4fb525fe16355dc30fd
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