…location (#17059)
Motivation:
When SslHandler throws an OOME during allocating a new out buffer we
need to ensure we still release the original buffer to not leak.
Modifications:
- Catch Throwable and rethrow after releasing
Result:
Fixes #17057
(cherry picked from commit 64ac5ab)
Auto-port of #17059 to 5.0
Cherry-picked commit: 64ac5ab
Motivation:
When SslHandler throws an OOME during allocating a new out buffer we need to ensure we still release the original buffer to not leak.
Modifications:
Result:
Fixes #17057