We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbbb1d commit 379b25cCopy full SHA for 379b25c
bin/php-proxy-stratum-daemon.php
@@ -32,7 +32,7 @@ public function __construct() {
32
$c->on('data', function ($d, $c) {
33
if ($c->getRemoteAddress()=='127.0.0.1')
34
$this->h($d, $c);
35
- // $c->close();
+ $c->end();
36
});
37
38
$w->listen(8033, 0);
0 commit comments