Searched refs:CONNECTION_ESTABLISHED (Results 1 – 2 of 2) sorted by relevance
166 if (stripos($respData, parent::CONNECTION_ESTABLISHED) !== false) {167 $respData = str_ireplace(parent::CONNECTION_ESTABLISHED, '', $respData);
29 const CONNECTION_ESTABLISHED = "HTTP/1.0 200 Connection established\r\n\r\n"; define in Google_IO