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

Unified Diff: runtime/bin/eventhandler_win.cc

Issue 908873002: Add support to specify the source address for socket connect (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Windows fix Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/bin/eventhandler_win.cc
diff --git a/runtime/bin/eventhandler_win.cc b/runtime/bin/eventhandler_win.cc
index 61b6f44578d74ac274c63aee63e380759c9a2bcb..cc3368195d8991d90313596582b0091f7e62f1d5 100644
--- a/runtime/bin/eventhandler_win.cc
+++ b/runtime/bin/eventhandler_win.cc
@@ -888,7 +888,7 @@ void ClientSocket::DisconnectComplete(OverlappedBuffer* buffer) {
if (data_ready_ != NULL) {
OverlappedBuffer::DisposeBuffer(data_ready_);
}
- closed_ = true;
+ mark_closed();
}
« no previous file with comments | « runtime/bin/eventhandler_win.h ('k') | runtime/bin/io_natives.cc » ('j') | runtime/bin/socket.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698