You are here

constant FIG_HTTP_REQUEST_TIMEOUT in Feeds Image Grabber 6

Error code indicating that the request made by feeds_imagegrabber_http_request() exceeded the specified timeout.

2 uses of FIG_HTTP_REQUEST_TIMEOUT
feeds_imagegrabber_http_request in ./feeds_imagegrabber.module
Perform an HTTP request. Directly ported from D7 for the timeout feature.
feeds_imagegrabber_scrape_images in ./feeds_imagegrabber.module

File

./feeds_imagegrabber.module, line 15
Grabs image for each feed-item from their respective web pages and stores it in an image field. Requires Feeds module.

Code

define('FIG_HTTP_REQUEST_TIMEOUT', 1);