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

Fixed curl default options for headers being ignored #46

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

Fixed curl default options for headers being ignored #46

wants to merge 1 commit into from

Commits on Aug 14, 2013

  1. Fixed curl default options for headers being ignored

    Methods put, post, patch, get, delete did provide an $header parameter, which (in all cases) overwrites the default options set in public $curl_opts, even if values are not present in the $header parameter. This has been changed so that the parameter data is only merged into the default parameters.
    dennis-westphal committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    d974ce0 View commit details
    Browse the repository at this point in the history