We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a call request sent using HTTP POST returns a resource response, an error is logged:
http: superfluous response.WriteHeader call from github.com/resgateio/resgate/server.(*Service).temporaryConn.func1 (apiHandler.go:212)
The text was updated successfully, but these errors were encountered:
GH-215: Prevented writing superfluous HTTP header on resource response.
8b264a9
Merge pull request #216 from resgateio/feature/gh215-resource-respons…
3d16fb4
…e-with-http-logs-error GH-215: Prevented writing superfluous HTTP header on resource response.
Resolved in PR #216
Sorry, something went wrong.
No branches or pull requests
Issue
When a call request sent using HTTP POST returns a resource response, an error is logged:
The text was updated successfully, but these errors were encountered: