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

Unified Diff: pkg/analysis_server/lib/src/server/stdio_server.dart

Issue 807833002: Revert "Make stdout/stderr async" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review commetns Created 5 years, 11 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
« no previous file with comments | « no previous file | runtime/bin/io_natives.cc » ('j') | sdk/lib/_internal/compiler/js_lib/io_patch.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/src/server/stdio_server.dart
diff --git a/pkg/analysis_server/lib/src/server/stdio_server.dart b/pkg/analysis_server/lib/src/server/stdio_server.dart
index d28dbde86db482023516f95d2bbedc48fba5560a..6eab23018ffa870447a8968cf57f28a6dc55970d 100644
--- a/pkg/analysis_server/lib/src/server/stdio_server.dart
+++ b/pkg/analysis_server/lib/src/server/stdio_server.dart
@@ -36,7 +36,7 @@ class StdioAnalysisServer {
Future serveStdio() {
ByteStreamServerChannel serverChannel = new ByteStreamServerChannel(
stdin,
- stdout,
+ stdout.nonBlocking,
socketServer.instrumentationService);
socketServer.createAnalysisServer(serverChannel);
return serverChannel.closed;
« no previous file with comments | « no previous file | runtime/bin/io_natives.cc » ('j') | sdk/lib/_internal/compiler/js_lib/io_patch.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698