You are here

constant HTTPRL_REQUEST_ABORTED in HTTP Parallel Request & Threading Library 6

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

Error code indicating that software caused the connection to be aborted.

See also

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

2 uses of HTTPRL_REQUEST_ABORTED
httprl_send_request in ./httprl.module
Perform many HTTP requests.
need_two_good_results in examples/httprl.examples.php

File

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

Code

define('HTTPRL_REQUEST_ABORTED', -10053);