Searched refs:max_bodysize (Results 1 – 12 of 12) sorted by relevance
28 public $max_bodysize; variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient79 $this->max_bodysize = 0;175 if($this->max_bodysize &&325 … if($this->max_bodysize && preg_match('/\r?\nContent-Length:\s*(\d+)\r?\n/i',$r_headers,$match)){326 if($match[1] > $this->max_bodysize){420 if($this->max_bodysize && $chunk_size+strlen($r_body) > $this->max_bodysize){424 $chunk_size = $this->max_bodysize - strlen($r_body);443 $this->max_bodysize &&444 $this->max_bodysize < $this->resp_headers['content-length']446 $length = $this->max_bodysize + 1;[all …]
38 var $max_bodysize; variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient89 $this->max_bodysize = 0;183 if($this->max_bodysize &&333 … if($this->max_bodysize && preg_match('/\r?\nContent-Length:\s*(\d+)\r?\n/i',$r_headers,$match)){334 if($match[1] > $this->max_bodysize){416 if($this->max_bodysize && $chunk_size+strlen($r_body) > $this->max_bodysize){420 $chunk_size = $this->max_bodysize - strlen($r_body);437 …if(!$this->keep_alive && $this->max_bodysize && $this->max_bodysize < $this->resp_headers['content…438 $length = $this->max_bodysize;444 …}elseif( !isset($this->resp_headers['transfer-encoding']) && $this->max_bodysize && !$this->keep_a…[all …]
150 … if ($this->max_bodysize && preg_match('/\r\nContent-Length:\s*(\d+)\r\n/i', $r_headers, $match)) {151 if ($match[1] > $this->max_bodysize) {231 if ($this->max_bodysize && strlen($r_body) > $this->max_bodysize) {250 if ($this->max_bodysize && strlen($r_body) > $this->max_bodysize) {
48 $http_client->max_bodysize = $range;
27 $http->max_bodysize = 32777216;
21 $http->max_bodysize = 32777216;
56 $http->max_bodysize = 36777216;
218 $http_client->max_bodysize = $range;
321 $http->max_bodysize = $conf['fetchsize'];
341 $http->max_bodysize = 32777216;
358 $httpClient->max_bodysize = 0;
577 $http->max_bodysize = $conf['fetchsize'];