Requests icon indicating copy to clipboard operation
Requests copied to clipboard

Fix multi-call SSL verify propagation in cURL

Open soulseekah opened this issue 7 years ago • 0 comments

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

soulseekah avatar Feb 11 '18 17:02 soulseekah