]> git.ipfire.org Git - thirdparty/squid.git/commit
Partial bug #2964 fix: Do not leak HttpRequests that are not worth logging.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 12 Sep 2010 00:12:49 +0000 (18:12 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 12 Sep 2010 00:12:49 +0000 (18:12 -0600)
commit2a6ab63653c9cee51192ad9b773ab100848c1d4f
tree5f9ae91e07d73feca4e075f248d8325125fc390a
parent5dfc32580de1336030830d5094b9c9e527a4018f
Partial bug #2964 fix: Do not leak HttpRequests that are not worth logging.

TODO: Log all (or at least more) requests by removing (out.size || logType)
logging guard.

Based on lp 3p1-rock branch, r9613.
src/client_side.cc