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
http: superfluous response.WriteHeader call from github.com/canonical/lxd/lxd/response.(*syncResponse).Render (response.go:XXX)
In MicroCloud tests, I noticed the LXD logs were filled with notice of superfluous call to response.WriteHeader:
response.WriteHeader
Dec 11 18:34:45 lxd.daemon[5344]: 2024/12/11 18:34:45 http: superfluous response.WriteHeader call from github.com/canonical/lxd/lxd/response.(*syncResponse).Render (response.go:201) ...
https://github.com/canonical/microcloud/actions/runs/12282388445/job/34273621581?pr=542#step:17:8697
The text was updated successfully, but these errors were encountered:
@hamistao please can you take a look at this one?
Sorry, something went wrong.
WriteHeader
c07e768
hamistao
Successfully merging a pull request may close this issue.
In MicroCloud tests, I noticed the LXD logs were filled with notice of superfluous call to
response.WriteHeader
:https://github.com/canonical/microcloud/actions/runs/12282388445/job/34273621581?pr=542#step:17:8697
The text was updated successfully, but these errors were encountered: