You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got u guys, this is because Go does not allow to write twice to the Write or Headers methods. I'll fix this and release a bugfix this Thursday, as we normally do. Thanks for contribution ❤️
No duplicates 🥲.
What happened?
The ready and status endpoint are flooding the logs on the Kubernetes Cluster with entries like:
http: superfluous response.WriteHeader call from github.com/roadrunner-server/status/v4.(*Health).ServeHTTP (health.go:72)
http: superfluous response.WriteHeader call from github.com/roadrunner-server/status/v4.(*Health).ServeHTTP (ready.go:77)
Version (rr --version)
2023.1.0
How to reproduce the issue?
Activate status endopoint:
and use it on kubernetes:
Relevant log output
The text was updated successfully, but these errors were encountered: