Home
last modified time | relevance | path

Searched refs:max_bodysize_abort (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/HTTP/
H A DHTTPClient.php30 public $max_bodysize_abort = true; // if set, abort if the response body is bigger than max_bodysize
172 !$this->max_bodysize_abort &&
322 if ($this->max_bodysize_abort)
415 if ($this->max_bodysize_abort)
463 if ($this->max_bodysize_abort) {
29 public $max_bodysize_abort = true; // if set, abort if the response body is bigger than max_bodysize global() variable in dokuwiki\\HTTP\\HTTPClient