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/Rationalize transports (v2) #188

Merged
merged 13 commits into from
Oct 26, 2015
Merged

Fix/Rationalize transports (v2) #188

merged 13 commits into from
Oct 26, 2015

Conversation

rmccue
Copy link
Collaborator

@rmccue rmccue commented Oct 26, 2015

Following on from @egeloen's fantastic work in #143, this merges master in and corrects some small issues.

Fixes #137, fixes #91.

@rmccue rmccue added this to the 1.7 milestone Oct 26, 2015
rmccue added a commit that referenced this pull request Oct 26, 2015
@rmccue rmccue merged commit 6f69bd2 into master Oct 26, 2015
@rmccue rmccue deleted the rationalize-transports branch October 26, 2015 04:10
case Requests::HEAD:
curl_setopt($this->handle, CURLOPT_CUSTOMREQUEST, $options['type']);
curl_setopt($this->handle, CURLOPT_NOBODY, true);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@egeloen Looks like CURLOPT_POSTFIELDS doesn't get set for HEAD requests; was this intentional?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for OPTIONS http method DELETE does not allow POST-style data
2 participants