Fix: Correction de bugs dans magpierss qui ne renvoie pas d'erreurs si echec création socket. Je fix et marque dans source magpierss par "LDR FIX BUG".
This commit is contained in:
parent
d3337f36f0
commit
dc66ad3ea0
@ -138,6 +138,10 @@ class Snoopy
|
|||||||
$this->host = $URI_PARTS["host"];
|
$this->host = $URI_PARTS["host"];
|
||||||
if(!empty($URI_PARTS["port"]))
|
if(!empty($URI_PARTS["port"]))
|
||||||
$this->port = $URI_PARTS["port"];
|
$this->port = $URI_PARTS["port"];
|
||||||
|
|
||||||
|
// LDR FIX BUG syncronized connect timeout to read timeout, otherwise, read timeout is useless
|
||||||
|
if ($this->read_timeout) $this->_fp_timeout=$this->read_timeout;
|
||||||
|
|
||||||
if($this->_connect($fp))
|
if($this->_connect($fp))
|
||||||
{
|
{
|
||||||
if($this->_isproxy)
|
if($this->_isproxy)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user