mirror of
https://github.com/mclueppers/xo-server.git
synced 2025-07-26 23:44:38 +02:00
Typo.
This commit is contained in:
parent
bbe4f8c6ef
commit
89596591e9
@ -104,7 +104,7 @@ final class Client extends Base
|
|||||||
if (!$this->_len)
|
if (!$this->_len)
|
||||||
{
|
{
|
||||||
$len = stream_get_line($this->_handle, 1024, "\n");
|
$len = stream_get_line($this->_handle, 1024, "\n");
|
||||||
if (($false === len)
|
if ((false === $len)
|
||||||
|| ('' === $len)) // @todo Not sure why but it seems necessary.
|
|| ('' === $len)) // @todo Not sure why but it seems necessary.
|
||||||
{
|
{
|
||||||
if (feof($this->_handle))
|
if (feof($this->_handle))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user