thrift: keep downstream connection on routing error (#20756)
By default the router closes downstream connection if the current request is not routable or the upstream connection is broken. This causes oneway (or async) requests pending on wire or in kernel buffers will be also dropped even if they are routable and their target cluster is perfectly healthy. Risk Level: low Testing: unit test Docs Changes: Comment added to the new API field. Fixes #12836 Signed-off-by: Tamas Kovacs <tamas.2.kovacs@nokia-sbell.com> Mirrored from https://github.com/envoyproxy/envoy @ 65a4fc4977c4e50e722461a1d68278d404610342pull/626/head
parent
a8a2092b8c
commit
49d9ebddda
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue