Posted by Wicher Minnaard on January 23, 2010 at 11:40am
| Download | Size | md5 hash |
|---|---|---|
| gtranslate_links-5.x-2.0-beta5.tar.gz | 12.42 KB | b82f46ca4dfd692ecb9c5f5785444261 |
| gtranslate_links-5.x-2.0-beta5.zip | 20.01 KB | 89bc4aed35963754f36f54b1cbe1383e |
Last updated: December 24, 2010 - 23:07
- Bugfix: In some cases, non-public pages take many seconds to load. (#685124: Fatal slow down of site (non-public pages))
Background: Some webservers use HTTP/1.1-Keepalive even though drupal_http_request() uses HTTP/1.0. In drupal_http_request()feof($fp)will wait for up tilldefault_socket_timeoutseconds (as defined in php.ini) or serverside timeout before returning the request data. It's waiting for an EOF which will never come as the web server is keeping the connection open. - Removed curl support.