-
Notifications
You must be signed in to change notification settings - Fork 61
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
Wrong encoding if use Controllers #41
Comments
Are you saying the header isn't properly set? |
Sounds to me like codecs is overwriting it when doing the encoding. On Jul 30, 2013, at 9:29 AM, Mat Ryer [email protected] wrote:
|
That sounds right - that's an interesting one. We'll look at how we might solve this. |
Temporarily made a patch:
to
|
What do we think about this as a solution? |
If use Controllers and set custom encoding, encoding don't work
Example:
Bugfix this:
File: goweb/responders/goweb_api_responders.go
The text was updated successfully, but these errors were encountered: