Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download httprl-7.x-1.9.tar.gztar.gz 37.14 KB
MD5: ae9316b8ad8a922b6aa0b72a12a91e7f
SHA-1: 04a1739a849f4383d76126c62e962f77f571bd04
SHA-256: 7f82acb69202efc9b944fe1fd17988d82a09d423e0a702edf52bada6c509a8f5
Download httprl-7.x-1.9.zipzip 39.93 KB
MD5: f865567357f633894f032292175f66fb
SHA-1: 6b033ca532785f5f88542928a8d90712ba8b2dc2
SHA-256: 0eec944650b318d11443fcb8c98ff3dd7744009c57b412a76a19dfd3fda66dab

Release notes

Bug Fixes

#1873942: Non-existent host is status code 11001
#1873954: False alarms, sites are up and running
#1874764: Connection timed out message may confuse end users
#1738548: HTTPRL - Core drupal_http_request() error in Status repport (maintenance mode)
#1885600: Fix coder warnings
#1888790: Fatal error: Cannot use object of type stdClass as array in
#1888762: Warning: stream_select(): 3239 is not a valid stream resource in httprl_send_request()
#1891676: More issues with timings
#1878454: When does something happen?

New Features

#1426854: Enforce Range headers on the client side
#1874600: Option to re-assemble byteranges
#1889006: Add example for file save

Notes

A new function httprl_is_backround_callback_capable() has been added. You can now disable background callbacks on the configuration page. If background callbacks are disabled, httprl_queue_background_callback() will return NULL. If a 'background_callback' is set for a normal http request, it will be transformed into a 'callback' and then ran. Disabling backround callbacks should only been done if you can not get them to work on your server.

Older Release Notes

Created by: mikeytown2
Created on: 18 Jan 2013 at 21:16 UTC
Last updated: 5 Nov 2013 at 02:08 UTC
New features
Bug fixes

Other releases