small error fixes
This commit is contained in:
committed by
Steffen Schröder
parent
4ff88a1204
commit
f05c75143e
@ -196,7 +196,7 @@ class Client
|
||||
{
|
||||
$size = 0;
|
||||
$recvhandle = 0;
|
||||
@stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 200);
|
||||
@stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 1000);
|
||||
// Get result
|
||||
if ($this->protocol == 1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user