You are here

constant HTTPRL_CONNECTION_REFUSED in HTTP Parallel Request & Threading Library 6

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

Error code indicating that the endpoint server has refused or dropped the connection.

See also

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

2 uses of HTTPRL_CONNECTION_REFUSED
httprl_establish_stream_connection in ./httprl.module
Use stream_socket_client() to create a connection to the server.
httprl_send_request in ./httprl.module
Perform many HTTP requests.

File

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

Code

define('HTTPRL_CONNECTION_REFUSED', -10061);