mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
beaaabd770
`pkg/web` triggers a panic when a http handler chain does not return any response to the client. This has been put in place, because it usually means a middleware along the way did not call the next one. In this specific case however, the handlers meant to return 200, but did not do so explicitely, instead relying on the default behavior of `net/http` |
||
---|---|---|
.. | ||
push.go |