]> git.ipfire.org Git - thirdparty/squid.git/commit
TCP log: flush stream on every line
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 25 Mar 2011 09:05:41 +0000 (22:05 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 25 Mar 2011 09:05:41 +0000 (22:05 +1300)
commit5a91ca0bcde234894e401069122a0d3572b5e60d
tree904aaf799e87a62df95e67cbb352188b9a4965a2
parent5cde6e7f53eb77db6d868ff88bbb6f9e5d622323
TCP log: flush stream on every line

TCP logging has a buffer which can catch log traffic peaks.
per-line flushing is required to prevent the log data accumulating under
low loads.
src/log/ModTcp.cc