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

Invert type hierarchy of request.line #576

Merged
merged 6 commits into from
Sep 17, 2016
Merged

Invert type hierarchy of request.line #576

merged 6 commits into from
Sep 17, 2016

Conversation

Changaco
Copy link
Member

This PR will close #222.

Note that it also modifies the handling of HTTP methods: it removes the length limit of 64 and changes the response code from 501 to 400 when the method is invalid.

- don't limit method length to 64, it's not part of the spec and it accomplishes nothing
- use a 400 response code instead of 501 when the method is invalid
@Changaco
Copy link
Member Author

I have two other branches ready on top of this.

@Changaco
Copy link
Member Author

(I'm going offline for the rest of the day.)

@chadwhitacre chadwhitacre merged commit 9c1b0f3 into master Sep 17, 2016
@chadwhitacre chadwhitacre deleted the request-invert branch September 17, 2016 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invert Request API
2 participants