Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix multi-call SSL verify propagation in cURL #312

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Feb 11, 2018

  1. 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 WordPress#310 for fsockopen verify fix.
    
    Fixes WordPress#294
    soulseekah committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    659368c View commit details
    Browse the repository at this point in the history