You are here

constant HTTPRL_REQUEST_ALLOWED_REDIRECTS_EXHAUSTED in HTTP Parallel Request & Threading Library 6

Same name and namespace in other branches
  1. 7 httprl.module \HTTPRL_REQUEST_ALLOWED_REDIRECTS_EXHAUSTED

Error code indicating that the request made by httprl_request() exceeded the maximum allowed redirects without reaching the final target.

1 use of HTTPRL_REQUEST_ALLOWED_REDIRECTS_EXHAUSTED
httprl_parse_data in ./httprl.module
Extract the header and meta data from the http data stream.

File

./httprl.module, line 43
HTTP Parallel Request Library module.

Code

define('HTTPRL_REQUEST_ALLOWED_REDIRECTS_EXHAUSTED', -2);