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

Issue 12209047: Added Socket::Close() function. (Closed)

Created:
7 years, 10 months ago by Tom Ball
Modified:
7 years, 10 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Added Socket::Close() function. Committed: https://code.google.com/p/dart/source/detail?r=18199

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -1 line) Patch
M runtime/bin/dbg_connection.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/socket.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/socket_android.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/bin/socket_linux.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/bin/socket_macos.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/bin/socket_win.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Tom Ball
Needed by vmstats, plus there is a debugger TODO about adding a socket close.
7 years, 10 months ago (2013-02-06 23:43:36 UTC) #1
hausner
7 years, 10 months ago (2013-02-06 23:58:43 UTC) #2
LGTM.

This allows http://code.google.com/p/dart/issues/detail?id=3797 to be fixed :)

Powered by Google App Engine
This is Rietveld 408576698