Response End events were only triggered after polling the trailers of a response, but when the Response is given to a hyper h1 server, it doesn't know about trailers, so they were never polled! The fix is that the `BodyStream` glue will now poll the wrapped body for trailers after it sees the end of the data, before telling hyper the stream is over. This ensures a ResponseEnd event is emitted. Includes a proxy telemetry test over h1 connections. |
||
---|---|---|
.. | ||
support | ||
discovery.rs | ||
telemetry.rs | ||
transparency.rs |