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 sending HTTP status code and description in responses #1

Merged
merged 1 commit into from
Jan 2, 2016

Conversation

briancroom
Copy link
Contributor

I discovered that Swiftra was sending initial response lines that look like:

HTTP/1.0 OK OK

This fixes the behavior so they come back like:

HTTP/1.0 200 OK

takebayashi added a commit that referenced this pull request Jan 2, 2016
Fix sending HTTP status code and description in responses
@takebayashi takebayashi merged commit f95203e into takebayashi:master Jan 2, 2016
@takebayashi
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants