Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

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 Delta from patch set Stats (+10 lines, -2 lines) Patch
M net/socket/ssl_client_socket_nss.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M net/socket/ssl_host_info.h View 2 chunks +5 lines, -0 lines 0 comments Download
M net/socket/ssl_host_info.cc View 1 chunk +1 line, -0 lines 0 comments Download

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
This is Rietveld 408576698