]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 5112: Excessively loud chunked reply parsing error reporting (#789)
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 16 Mar 2021 17:51:05 +0000 (17:51 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sun, 4 Apr 2021 05:16:24 +0000 (17:16 +1200)
commit16f191941f85a8611d2a6e6a7f397360f21947d2
tree498442b9ef6de96af68eb55b3bba4272f77541c2
parentb1c37c9e7b30d0efb5e5ccf8200f2a646b9c36f8
Bug 5112: Excessively loud chunked reply parsing error reporting (#789)

Traffic parsing errors should be reported at level 2 (or below) because
Squid admins can usually do nothing about them and a noisy cache.log
hides important problems that they can and should do something about.

TODO: Detail this and similar parsing errors for %err_detail logging.

Also removed an unnecessary used-once macro.
src/http.cc