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(server/v2): set correct content-type for etcdError response #814

Merged
merged 1 commit into from
Jun 2, 2014

Conversation

yichengq
Copy link
Contributor

"net/http".Error reset the content type, so we get rid of it and
write our own one.

fixes #469

"net/http".Error reset the content type, so we get rid of it and
write our own one.
@yichengq
Copy link
Contributor Author

@xiangli-cmu

@philips
Copy link
Contributor

philips commented May 30, 2014

lgtm

yichengq added a commit that referenced this pull request Jun 2, 2014
fix(server/v2): set correct content-type for etcdError response
@yichengq yichengq merged commit d5bfca9 into etcd-io:master Jun 2, 2014
@yichengq yichengq deleted the 91 branch December 7, 2014 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Expired Key Requests are returned with Content-Type: text/plain; charset=utf-8
2 participants