This commit is contained in:
john30
2017-08-27 12:11:56 +02:00
parent 58bbd02fd3
commit 30af4faadc
+1 -1
View File
@@ -101,7 +101,7 @@ if (($cli=socket_accept($srv))===false) {
@socket_close($srv);
die("server: socket accept");
}
@socket_set_block($cli);
socket_set_block($cli);
$output="";
$input=$hexinput="";
echo "server: running\n";