mirror of
https://github.com/php/php-src.git
synced 2026-03-31 20:53:00 +02:00
...
This commit is contained in:
@@ -74,12 +74,12 @@ public class DebugSocket implements Runnable {
|
||||
}
|
||||
|
||||
if (reader) {
|
||||
/* The reader thread part will wait() until there is input */
|
||||
/* The reader thread will wait() until there is input */
|
||||
Socket socket = new Socket(this.host, this.port);
|
||||
String command;
|
||||
OutputStream output = socket.getOutputStream();
|
||||
|
||||
do {
|
||||
String command;
|
||||
OutputStream output = socket.getOutputStream();
|
||||
|
||||
synchronized(this) {
|
||||
wait();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user