Chromium Code Reviews

Issue 5777005: net: fix verification merge savings calculations. (Closed)

Created:
10 years ago by agl
Modified:
9 years, 7 months ago
Reviewers:
Mike Belshe
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

net: fix verification merge savings calculations. Previously we miscalculated the amount of time saved by merging certificate verification. We should have been counting the time from the start of the verification till the time when we needed it because the verification may have completed. In the case that the verification has already completed, only count the amount of time that it took. BUG=none TEST=none

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+10 lines, -2 lines)
M net/socket/ssl_client_socket_nss.cc View 1 chunk +4 lines, -2 lines 0 comments
M net/socket/ssl_host_info.h View 2 chunks +5 lines, -0 lines 0 comments
M net/socket/ssl_host_info.cc View 1 chunk +1 line, -0 lines 0 comments

Messages

Total messages: 2 (0 generated)
agl
10 years ago (2010-12-14 22:00:01 UTC) #1
Mike Belshe
10 years ago (2010-12-14 22:19:54 UTC) #2
LGTM

Powered by Google App Engine