Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Raise exception on serialization of Request object with emtpy HTTP me… #117

Merged
merged 1 commit into from
Mar 17, 2016

Conversation

dzentota
Copy link
Contributor

…thod

@bakura10
Copy link
Contributor

bakura10 commented Feb 9, 2016

LGTM. @weierophinney can be merged :).

));
}
//HTTP uses a "<major>.<minor>" numbering scheme to indicate versions of the protocol
if (! preg_match('~^\d+\.\d+$~', $version)) {
Copy link
Member

Choose a reason for hiding this comment

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

HTTP/2 does not follow this format (see the HTTP/2 FAQ; no decimal point. I'll update this on merge.

@weierophinney weierophinney added this to the 1.3.4 milestone Mar 17, 2016
@weierophinney weierophinney self-assigned this Mar 17, 2016
@weierophinney weierophinney merged commit 295243c into zendframework:master Mar 17, 2016
weierophinney added a commit that referenced this pull request Mar 17, 2016
Raise exception on serialization of Request object with emtpy HTTP me…
weierophinney added a commit that referenced this pull request Mar 17, 2016
weierophinney added a commit that referenced this pull request Mar 17, 2016
weierophinney added a commit that referenced this pull request Mar 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants