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