constant ACQUIA_HTTP_REQUEST_TIMEOUT in Acquia Connector 6
Same name and namespace in other branches
- 6.2 acquia_agent/acquia_agent_streams.inc \ACQUIA_HTTP_REQUEST_TIMEOUT
Error code indicating that the request made by acquia_agent_http_request() exceeded the specified timeout.
1 use of ACQUIA_HTTP_REQUEST_TIMEOUT
- acquia_agent_http_request in acquia_agent/
acquia_agent_streams.inc - Perform an HTTP request. This function is copied and modified from Drupal 6's common.inc.
File
- acquia_agent/
acquia_agent_streams.inc, line 12 - XML-RPC communication functions for Acquia communication.
Code
define('ACQUIA_HTTP_REQUEST_TIMEOUT', -1);