Index: runtime/bin/dbg_connection.cc |
=================================================================== |
--- runtime/bin/dbg_connection.cc (revision 24864) |
+++ runtime/bin/dbg_connection.cc (working copy) |
@@ -377,6 +377,7 @@ |
void DebuggerConnectionHandler::AcceptDbgConnection(int debug_fd) { |
+ Socket::SetNoDelay(debug_fd, true); |
AddNewDebuggerConnection(debug_fd); |
{ |
ASSERT(handler_lock_ != NULL); |