Skip to content

thrift-proxy: fix crash (#9089)#70

Merged
sthagen merged 1 commit intosthagen:masterfrom
envoyproxy:master
Nov 22, 2019
Merged

thrift-proxy: fix crash (#9089)#70
sthagen merged 1 commit intosthagen:masterfrom
envoyproxy:master

Conversation

@sthagen
Copy link
Owner

@sthagen sthagen commented Nov 22, 2019

After Router::onEvent() handles a local or remote close, do not attempt
to close the connection a second time during Router::onDestroy().

Risk Level: low
Testing: unit/integration tests
Doc Changes: n/a
Release Notes: n/a
Fixes: envoyproxy#9037

Signed-off-by: Raul Gutierrez Segales rgs@pinterest.com

For an explanation of how to fill out the fields, please see the relevant section
in PULL_REQUESTS.md

Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
[Optional Fixes #Issue]
[Optional Deprecated:]

After Router::onEvent() handles a local or remote close, do not attempt
to close the connection a second time during Router::onDestroy().

Risk Level: low
Testing: unit/integration tests
Doc Changes: n/a
Release Notes: n/a
Fixes: #9037

Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
@sthagen sthagen merged commit 7877e34 into sthagen:master Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Thrift connection manager crash on remote close during active request

1 participant