mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-26 08:01:05 +02:00
Without the return, a successful respond() call would always follow the error response, writing a second body to an already-written ResponseWriter and producing a malformed HTTP response. Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>