-
Notifications
You must be signed in to change notification settings - Fork 113
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 Content-Type correctly #1750
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
Thanks for approving , I want to tweak it a bit so that reva responses the same as oC10 |
95c6944
to
06b5f42
Compare
@labkode I've added some more changes, please review again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - only one nit-pick in the changelog.
all headers need to be set before `w.WriteHeader(status code)` is called
06b5f42
to
373e0f3
Compare
all headers need to be set before
w.WriteHeader(status code)
is calledfixes owncloud/ocis#1779