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

Unified Diff: runtime/bin/socket_stream.dart

Issue 8662006: Fix a number of issues with the process handling (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase Created 9 years, 1 month 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/socket_stream.dart
diff --git a/runtime/bin/socket_stream.dart b/runtime/bin/socket_stream.dart
index e6aab3d4bb4b4ba59d6b7a9a1d7a87f8dbbb6338..c6d617ec4720b16dbab95f5d8662549052b03568 100644
--- a/runtime/bin/socket_stream.dart
+++ b/runtime/bin/socket_stream.dart
@@ -125,6 +125,7 @@ class SocketOutputStream implements OutputStream {
_pendingWrites.add(buffer, notWrittenOffset);
}
_socket.writeHandler = _writeHandler;
+ return false;
}
void _writeHandler() {

Powered by Google App Engine
This is Rietveld 408576698