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

Issue 378003: OCSPTrySendAndReceive should always set *http_response_data_len, even on... (Closed)

Created:
11 years, 1 month ago by wtc
Modified:
9 years, 7 months ago
Reviewers:
ukai
CC:
chromium-reviews_googlegroups.com, darin (slow to review)
Visibility:
Public.

Description

OCSPTrySendAndReceive should always set *http_response_data_len, even on failure. If the response data is larger than the acceptable size, we should set *http_response_data_len to the actual size because we have downloaded the entire response. R=ukai BUG=18559 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31202

Patch Set 1 #

Patch Set 2 : Upload before checkin #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -5 lines) Patch
M net/ocsp/nss_ocsp.cc View 1 4 chunks +13 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
wtc
I hope it's OK to use goto statements. I searched for "goto" in our style ...
11 years, 1 month ago (2009-11-06 00:34:50 UTC) #1
ukai
11 years, 1 month ago (2009-11-06 03:02:01 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698