summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it_url.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class
index a324afb..356c938 100644
--- a/it_url.class
+++ b/it_url.class
@@ -110,7 +110,7 @@ static function _postprocess($data, $p)
* @param $p['retries'] Number of retries if download fails, default 1
* @param $p['retrysleep'] Number of seconds to wait before retry (additional to fetchsleep), fractions ok
* @param $p['accept_encoding'] Contents of the "Accept-Encoding: " header. Enables decoding of the response. Set to null to disable, "" (default) for all supported encodings.
- * @param $p['postprocess'] function called with content and $p which has it_error. returns content or null
+ * @param $p['postprocess'] function called with content and $p which has it_error. returns content or null (which triggers retry)
* @return Content of resulting page (considering redirects, excluding headers or false on error) or array (empty on error) if 'assoc' => true
*/
static function get($p = [], $timeout = null)