Download Size md5 hash
gtranslate_links-6.x-2.0-beta5.tar.gz 12.42 KB a0423fb6cd0c1b69e2634494ce8a3c95
gtranslate_links-6.x-2.0-beta5.zip 20.01 KB d954b5d5327ccf702d80d509b77e1746
Official release from tag: 6.x-2.0-beta5
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 till default_socket_timeout seconds (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.
nobody click here