You are here

constant HTTPRL_ERROR_INITIALIZING_STREAM in HTTP Parallel Request & Threading Library 6

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

An error occurred before the system connect() call. This is most likely due to a problem initializing the stream.

1 use of HTTPRL_ERROR_INITIALIZING_STREAM
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 81
HTTP Parallel Request Library module.

Code

define('HTTPRL_ERROR_INITIALIZING_STREAM', -1004);