Requests
Requests copied to clipboard
Fix multi-call SSL verify propagation in cURL
The request_multi method does not take into account the verify option,
unlike request. Moved the verify logic into setup_handler which does
all the curl_setopt calls anyway and is called from both the multiple
and single request options.
With tests. Contigent on #310 for fsockopen verify fix.
Fixes #294