Closed (works as designed)
Project:
OpenCalais
Version:
6.x-3.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 19:53 UTC
Updated:
22 Jul 2010 at 23:30 UTC
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
Comment #1
mikeytown2 commentedFiled a bug report here: #156582: drupal_http_request() should support timeout setting
Comment #2
febbraro commentedthanks, will follow #156582
Comment #3
febbraro commentedWill wait (forever) for #156582 to get fixed.