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

Issue 1030373002: Replace a CHECK in the socket pool code with a NOTREACHED(). (Closed)

Created:
5 years, 9 months ago by mmenke
Modified:
5 years, 9 months ago
Reviewers:
eroman
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace a CHECK in the socket pool code with a NOTREACHED(). The CHECK is being triggered for unknown reasons, which may or may not be due to a bug. The NOTREACHED restores the old behavior, which was changed in https://codereview.chromium.org/966943005/. BUG=470656 Committed: https://crrev.com/8b1beebfbb2d05057a142cd15af331895559cad1 Cr-Commit-Position: refs/heads/master@{#322641}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M net/socket/client_socket_pool_base.cc View 1 1 chunk +8 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
mmenke
Good call on the CHECK. It is being hit. I spent a little time digging ...
5 years, 9 months ago (2015-03-26 16:30:21 UTC) #2
mmenke
eroman: Ping! No real rush on this, but it's pretty trivial.
5 years, 9 months ago (2015-03-27 19:05:45 UTC) #3
eroman
lgtm https://codereview.chromium.org/1030373002/diff/1/net/socket/client_socket_pool_base.cc File net/socket/client_socket_pool_base.cc (right): https://codereview.chromium.org/1030373002/diff/1/net/socket/client_socket_pool_base.cc#newcode567 net/socket/client_socket_pool_base.cc:567: // TODO(mmenke): This is actually reachec in the ...
5 years, 9 months ago (2015-03-27 19:51:02 UTC) #4
mmenke
Thanks! https://codereview.chromium.org/1030373002/diff/1/net/socket/client_socket_pool_base.cc File net/socket/client_socket_pool_base.cc (right): https://codereview.chromium.org/1030373002/diff/1/net/socket/client_socket_pool_base.cc#newcode567 net/socket/client_socket_pool_base.cc:567: // TODO(mmenke): This is actually reachec in the ...
5 years, 9 months ago (2015-03-27 19:59:27 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1030373002/20001
5 years, 9 months ago (2015-03-27 19:59:45 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-27 20:57:33 UTC) #9
commit-bot: I haz the power
5 years, 9 months ago (2015-03-27 20:58:19 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8b1beebfbb2d05057a142cd15af331895559cad1
Cr-Commit-Position: refs/heads/master@{#322641}

Powered by Google App Engine
This is Rietveld 408576698