You are here

constant HTTPRL_REQUEST_TIMEOUT in HTTP Parallel Request & Threading Library 6

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

Error code indicating that the request exceeded the specified timeout.

See also

http://msdn.microsoft.com/en-us/library/aa924071.aspx

2 uses of HTTPRL_REQUEST_TIMEOUT
httprl_send_request in ./httprl.module
Perform many HTTP requests.
httprl_stream_connection_error_formatter in ./httprl.module
Read the error number & string and give a nice looking error in the output.

File

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

Code

define('HTTPRL_REQUEST_TIMEOUT', -10060);