Back to Envoy

Tcp Proxy Rst Drops Data

changelogs/current/bug_fixes/tcp_proxy__rst_drops_data.rst

1.39.0301 B
Original Source

Fixed a bug in tcp_proxy where an upstream TCP RST was propagated to downstream even when the HTTP stream had already completed, causing buffered response data to be dropped and the client to receive EOF instead of the response. The RST is now only propagated when the stream was not already complete.