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

Issue 22824005: On Windows, the return value of socket() should be compared with (Closed)

Created:
7 years, 4 months ago by wtc
Modified:
7 years, 4 months ago
Reviewers:
Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

On Windows, the return value of socket() should be compared with INVALID_SOCKET for failure. R=rsleevi@chromium.org BUG=271530 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217101

Patch Set 1 #

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

Messages

Total messages: 4 (0 generated)
wtc
https://codereview.chromium.org/22824005/diff/1/net/socket/tcp_server_socket_win.cc File net/socket/tcp_server_socket_win.cc (right): https://codereview.chromium.org/22824005/diff/1/net/socket/tcp_server_socket_win.cc#newcode48 net/socket/tcp_server_socket_win.cc:48: if (socket_ == INVALID_SOCKET) { See the "Return value" ...
7 years, 4 months ago (2013-08-12 17:31:30 UTC) #1
Ryan Sleevi
lgtm
7 years, 4 months ago (2013-08-12 17:34:34 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/22824005/1
7 years, 4 months ago (2013-08-12 17:44:04 UTC) #3
commit-bot: I haz the power
7 years, 4 months ago (2013-08-12 22:31:16 UTC) #4
Message was sent while issue was closed.
Change committed as 217101

Powered by Google App Engine
This is Rietveld 408576698