grafana/pkg/services/live/pushhttp
sh0rez beaaabd770
live: explicitely reply with http 200 (#57428)
`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`
2022-10-25 11:45:54 +02:00
..
push.go live: explicitely reply with http 200 (#57428) 2022-10-25 11:45:54 +02:00