linkerd2-proxy/proxy/tests
Sean McArthur 8b7baf62c3 proxy: fix h1 streams to trigger response end events
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.
2018-01-25 16:36:16 -08:00
..
support proxy: add transparent protocol detection and handling 2018-01-23 16:14:07 -08:00
discovery.rs proxy: add transparent protocol detection and handling 2018-01-23 16:14:07 -08:00
telemetry.rs proxy: fix h1 streams to trigger response end events 2018-01-25 16:36:16 -08:00
transparency.rs proxy: add transparent protocol detection and handling 2018-01-23 16:14:07 -08:00