summary refs log tree commit diff
path: root/changelog.d/7730.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set Content-Length for Metrics requests (#7730)Christian Svensson2020-06-231-0/+1
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>