GoogleCloudPlatform / go-endpoints

Cloud Endpoints for Go
https://go-endpoints.appspot.com
Apache License 2.0
255 stars 56 forks source link

Actually set Content-Type before writing errors #136

Closed riannucci closed 7 years ago

riannucci commented 8 years ago

This fixes a bug where if the ContextDecorator actually returns an error, the frontend complains that the spi backend didn't return json.

s-mang commented 7 years ago

Thank you!