Http2ProxyBackendHandler currently closes only one side of a proxied connection when a backend write or handler exception fails. The peer channel can remain open until another event closes it. The proposed change closes both sides on these failure paths. This issue accompanies a Matcha study recommendation derived from https://stackoverflow.com/a/42681543.
Http2ProxyBackendHandler currently closes only one side of a proxied connection when a backend write or handler exception fails. The peer channel can remain open until another event closes it. The proposed change closes both sides on these failure paths. This issue accompanies a Matcha study recommendation derived from https://stackoverflow.com/a/42681543.