Requests
Requests copied to clipboard
Support request concurrency on fsockopen::request_multiple
Right now the fsockopen transport request_multiple method is just a foreach loop with a serial request implementation.
Using stream_select and splitting the read and parse logic things can become parallel without using threads.
Related #266 and #53