constant HTTPRL_HOST_NOT_FOUND in HTTP Parallel Request & Threading Library 6
Same name and namespace in other branches
- 7 httprl.module \HTTPRL_HOST_NOT_FOUND
Error code indicating that the host is unknown or can not be found.
See also
http://msdn.microsoft.com/en-us/library/aa924071.aspx
1 use of HTTPRL_HOST_NOT_FOUND
- 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 118 - HTTP Parallel Request Library module.
Code
define('HTTPRL_HOST_NOT_FOUND', -11001);