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

Issue 155150: CHECK to make sure connection_group is never empty. (Closed)

Created:
11 years, 5 months ago by willchan no longer on Chromium
Modified:
9 years, 7 months ago
Reviewers:
eroman, wtc
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

CHECK to make sure connection_group is never empty. Testing to see if this is the reason we hit the CHECK(!group_name_.empty()) in ClientSocketHandle::GetLoadState(). BUG=http://crbug.com/15374 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20076

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M net/http/http_network_transaction.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M net/socket/client_socket_handle.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
willchan no longer on Chromium
From what I can tell, either the connection_group is sometimes empty, or the ResourceDispatcherHost has ...
11 years, 5 months ago (2009-07-07 17:48:36 UTC) #1
eroman
lgtm http://codereview.chromium.org/155150/diff/1/2 File net/http/http_network_transaction.cc (right): http://codereview.chromium.org/155150/diff/1/2#newcode595 Line 595: CHECK(!connection_group.empty()) << "URL: " << request_->url.GetOrigin() This ...
11 years, 5 months ago (2009-07-07 19:19:18 UTC) #2
willchan no longer on Chromium
http://codereview.chromium.org/155150/diff/1/2 File net/http/http_network_transaction.cc (right): http://codereview.chromium.org/155150/diff/1/2#newcode595 Line 595: CHECK(!connection_group.empty()) << "URL: " << request_->url.GetOrigin() On 2009/07/07 ...
11 years, 5 months ago (2009-07-07 20:21:11 UTC) #3
eroman
On Tue, Jul 7, 2009 at 1:21 PM, <willchan@chromium.org> wrote: > > http://codereview.chromium.org/155150/diff/1/2 > File ...
11 years, 5 months ago (2009-07-07 20:43:51 UTC) #4
wtc
11 years, 5 months ago (2009-07-15 23:09:11 UTC) #5
LGTM.

Powered by Google App Engine
This is Rietveld 408576698