Searched refs:CONNECT_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
50 public const CONNECT_TIMEOUT = 0; define in Elastica\\Connection 221 return (int) $this->hasParam('connectTimeout') ? $this->getParam('connectTimeout') : self::CONNECT_TIMEOUT;
74 const CONNECT_TIMEOUT = 'connect_timeout'; define in GuzzleHttp\\RequestOptions