]> git.ipfire.org Git - thirdparty/squid.git/commit
%<tt (total server time) is not computed in some cases
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 2 Sep 2014 14:54:01 +0000 (17:54 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 2 Sep 2014 14:54:01 +0000 (17:54 +0300)
commit16b70e2a2dce20e73216f6ae1059152354df0b5f
tree7d684fb4dc4450cb5daf0d114479211775d3e2a4
parentaf4d1ea4e7c1cf2184b9dae497d1db29f7c0f9df
%<tt (total server time) is not computed in some cases

The total server time is not computed for CONNECT requests.
An other example case is when server-first bumping mode is used and squid
connects to SSL peer, but connection terminated before the SSL handshake
completes.

This is a Measurement Factory project
src/FwdState.cc
src/HierarchyLogEntry.h
src/Server.cc
src/format/Format.cc
src/log/access_log.cc
src/tunnel.cc