Closed vietj closed 5 months ago
The HTTP server incorrectly report metrics from non event-loop thread writes.
When writing from a non event-loop threads, HTTP/2 flush might happen earlier which triggers an incorrect report of metrics (reset instead of ended, invalid route report).
Thank you @vietj
The HTTP server incorrectly report metrics from non event-loop thread writes.
When writing from a non event-loop threads, HTTP/2 flush might happen earlier which triggers an incorrect report of metrics (reset instead of ended, invalid route report).