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

Set the HttpStatus correctly in the response header #38

Merged
merged 1 commit into from
Mar 29, 2017

Conversation

pcram-techcyte
Copy link
Contributor

The HttpStatus was getting lost - every response was a 200 OK because ResponseWriter.WriteHeader() was never called.

@adammck
Copy link
Contributor

adammck commented Mar 29, 2017

LGTM, thanks for this!

@adammck adammck merged commit 9d655ed into nytimes:master Mar 29, 2017
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.

2 participants