Searched refs:_readData (Results 1 – 1 of 1) sorted by relevance
/plugin/elwikiupgrade/ |
H A D | HTTPClient.php | 407 … while (preg_match('/^[a-zA-Z0-9]?$/',$byte=$this->_readData($socket,1,'chunk'))){ 425 $r_body .= $this->_readData($socket, $chunk_size, 'chunk'); 426 $this->_readData($socket, 2, 'chunk'); // read trailing \r\n 443 … $r_body = $this->_readData($socket, $length, 'response (content-length limited)', true); 445 …$r_body = $this->_readData($socket, $this->max_bodysize, 'response (content-length limited)', true… 451 $r_body .= $this->_readData($socket, 4096, 'response (unlimited)', true); 615 function _readData($socket, $nbytes, $message, $ignore_eof = false) { function in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
|