Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Bug Fixes
#1804050: httprl_queue_background_callback overwrites counter variable when getting lock
#1832954: Code Refactoring
#1697244: Connection refused by destination. Write. curl works
#1846282: Fix coder warnings
#1870850: Global Timeout not working as expected.
#1871724: callback not called in all cases
#1870844: undefined variable: request, flags in httprl_request() line 872
#1869002: Extreme memory and cpu usage
New Features
#1820190: Have httprl_pr use var_export of the value if the string length of print_r is zero.
#1826624: Allow code to run without any drupal bootstrap
#1780562: Example of sending a file
#1851314: Add more examples to readme
Notes
The default value for domain_connections is now 2. It was 8 in the past.
Creating the TCP connection now happens inside of the event loop.
HTTPRL can be ran without any drupal bootstrap (Caveats).
Files can be sent. Example is in the readme.txt.