Downloads
Download tar.gz
12.42 KB
MD5: a0423fb6cd0c1b69e2634494ce8a3c95
SHA-1: 6b473a007a24c21f1f2ff54090ecaeef72a3e30c
SHA-256: 8f770e2fcaab750ddf2161d0fb975e36c5f88c22c78482f50f60f1986693f8eb
Download zip
20.01 KB
MD5: d954b5d5327ccf702d80d509b77e1746
SHA-1: a802019d263f47e647dfeb31e60a849a278b0763
SHA-256: 86eaf176ed42fee3978954d8f07b2713b2949ba51331e3ed40b0755c926aba6d
Release notes
- 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.