Skip to content

Commit 379b25c

Browse files
committed
Fixed http reply.
1 parent cfbbb1d commit 379b25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/php-proxy-stratum-daemon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __construct() {
3232
$c->on('data', function ($d, $c) {
3333
if ($c->getRemoteAddress()=='127.0.0.1')
3434
$this->h($d, $c);
35-
// $c->close();
35+
$c->end();
3636
});
3737
});
3838
$w->listen(8033, 0);

0 commit comments

Comments
 (0)