cloudfoundry / gorouter

CF Router
Apache License 2.0
441 stars 224 forks source link

Send metric for requests with empty content length #412

Closed mariash closed 5 months ago

mariash commented 5 months ago

Send metric with the number of requests with the empty "Content-Length" header to provide data to users before they turn off httplaxcontentlength in Go 1.22.

Also removed FakeCombinedReporter since it is not generated anymore and FakeProxyReporter replaced it.