Fix a crash in Http2Client::onTlsConnectCb
heap-use-after-free used to happen sometimes during tests. Never occurred in production even if it could certainly happen during shutdown.
Edited by Anthony Gauchy
heap-use-after-free used to happen sometimes during tests. Never occurred in production even if it could certainly happen during shutdown.