mirror of
https://github.com/mclueppers/xo-server.git
synced 2025-07-31 01:45:14 +02:00
The “STREAM_CLIENT_ASYNC_CONNECT” seems to cause problems (see #7).
This commit is contained in:
parent
acce572374
commit
085400bd17
@ -152,7 +152,7 @@ final class XCP extends Base
|
|||||||
/* out */ $errno,
|
/* out */ $errno,
|
||||||
/* out */ $errstr,
|
/* out */ $errstr,
|
||||||
ini_get('default_socket_timeout'), // Default value.
|
ini_get('default_socket_timeout'), // Default value.
|
||||||
STREAM_CLIENT_CONNECT | STREAM_CLIENT_ASYNC_CONNECT
|
STREAM_CLIENT_CONNECT
|
||||||
);
|
);
|
||||||
if (!$hdl)
|
if (!$hdl)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user