I think http://api.drupal.org/api/function/drupal_http_request is timing out. It uses http://php.net/fsockopen with a default of 15 seconds... going to hack core to fix this. Might want to make your own implementation of drupal_http_request() without the dumb 15 second timeout.

Comments

mikeytown2’s picture

febbraro’s picture

thanks, will follow #156582

febbraro’s picture

Status: Active » Closed (works as designed)

Will wait (forever) for #156582 to get fixed.