]> git.ipfire.org Git - thirdparty/squid.git/commit - src/http.cc
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)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 18 Mar 2021 17:53:14 +0000 (17:53 +0000)
commit3a89d435a0c4951fa951c74e526cd92beaa8c00b
tree19ccefa7f87ed277be030aebfc8ef1904bc79dda
parent051824924c709bd6162a378f746fb859454c674e
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