tls: no read after app close

Type: fix

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I34f8ee2e36d07e8e55e21561528fc6b73feb852f
(cherry picked from commit 3843d0dd03a3ebbdb5d13b54e1b871a8ea72498c)
This commit is contained in:
Florin Coras
2023-10-06 17:31:32 -07:00
committed by Dave Wallace
parent 05919da49d
commit 4ba523740f

View File

@ -516,7 +516,7 @@ tls_app_rx_callback (session_t * tls_session)
return 0;
ctx = tls_ctx_get (tls_session->opaque);
if (PREDICT_FALSE (ctx->no_app_session))
if (PREDICT_FALSE (ctx->no_app_session || ctx->app_closed))
{
TLS_DBG (1, "Local App closed");
return 0;