Fix QuicSession.ConnectionDuration
What went wrong: Previously handshake_completion_timestamp_ was only stamped at OnOneRttKeysAvailable(). But from the base method in the shared code, this method is only called with TLS QUIC. Thus this histogram is broken for gQUIC. connection_timing_.connect_end works for both QUIC versions. Change-Id: Ie3b60a8d4169b3a6ccc32b79877290275f26bbc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358369 Auto-Submit: Renjie Tang <renjietang@chromium.org> Reviewed-by:David Schinazi <dschinazi@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#798410}
Showing
Please register or sign in to comment