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

Issue 113330: Assert HttpNetWorkTransaction::GetResponseInfo() should never retun NULL when certificate error (Closed)

Created:
11 years, 7 months ago by ukai
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Assert that HttpNetworkTransaction::GetResponseInfo() should never return NULL when we get a certificate error. R=wtc BUG=11646 TEST=access https://www.cdep.ro/ Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=16144

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M net/http/http_cache.cc View 1 2 1 chunk +5 lines, -1 line 1 comment Download

Messages

Total messages: 9 (0 generated)
ukai
11 years, 7 months ago (2009-05-13 08:29:46 UTC) #1
wtc
Hi Fumitoshi, Thanks a lot for the changelist. Browser process crashes are a serious problem. ...
11 years, 7 months ago (2009-05-13 20:34:59 UTC) #2
ukai
On 2009/05/13 20:34:59, wtc wrote: > Hi Fumitoshi, > > Thanks a lot for the ...
11 years, 7 months ago (2009-05-14 08:42:39 UTC) #3
ukai
http://codereview.chromium.org/113330/diff/1/2 File net/http/http_cache.cc (right): http://codereview.chromium.org/113330/diff/1/2#newcode942 Line 942: if (response) On 2009/05/13 20:34:59, wtc wrote: > ...
11 years, 7 months ago (2009-05-14 08:42:51 UTC) #4
wtc
Hi Fumitoshi, I think we can keep your change to http_cache.cc. Please remove the other ...
11 years, 7 months ago (2009-05-14 18:15:01 UTC) #5
rvargas (doing something else)
I don't see a lot of value in keeping the change. I mean, if we ...
11 years, 7 months ago (2009-05-14 21:05:36 UTC) #6
ukai
Thanks for review. I also updated the description. http://codereview.chromium.org/113330/diff/1004/1005 File net/http/http_cache.cc (right): http://codereview.chromium.org/113330/diff/1004/1005#newcode943 Line 943: ...
11 years, 7 months ago (2009-05-15 03:25:24 UTC) #7
wtc
LGTM. ukai: I changed "Check" to "Assert" in the CL's description. "Check" is a little ...
11 years, 7 months ago (2009-05-15 03:41:11 UTC) #8
ukai
11 years, 7 months ago (2009-05-15 03:43:36 UTC) #9
On 2009/05/15 03:41:11, wtc wrote:
> LGTM.

Thanks! Submitted.
 
> ukai: I changed "Check" to "Assert" in the CL's description.
> "Check" is a little ambiguous.  "Assert" implies it's an
> assertion (the DCHECK macro).

Got it.
> 
> rvargas: I agree the CHECK/DCHECK isn't that useful.  The
> value is in the comment, which will point us in the right
> direction if we crash there again in the future.

Powered by Google App Engine
This is Rietveld 408576698