[Server] Close fix

Another close fix from server->client close
This commit is contained in:
Chris Boden 2012-05-14 16:58:24 -04:00
parent 6e44d6bafa
commit cfd05b0557

View File

@ -33,7 +33,7 @@ class IoConnection implements ConnectionInterface {
* {@inheritdoc} * {@inheritdoc}
*/ */
public function close() { public function close() {
$this->server->onClose($this); // $this->server->handleEnd($this);
$this->conn->end(); $this->conn->end();
} }
} }