mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-06 11:25:50 +00:00
8bbe87f42d
HTTP requires the response to contain a Content-Length header unless chunked encoding is being used. Prometheus metrics endpoint did not set this, causing software such as prometheus-proxy to not be able to scrape synapse for metrics. Signed-off-by: Christian Svensson <blue@cmd.nu>