tls: fix rescheduling when no data available 23/40623/3
authorFlorin Coras <fcoras@cisco.com>
Fri, 29 Mar 2024 22:39:58 +0000 (15:39 -0700)
committerDave Barach <vpp@barachs.net>
Sat, 30 Mar 2024 18:25:24 +0000 (18:25 +0000)
commit7a18b0f0a5507a1fcb72e031b23bec2fe51e9c14
treea0a200de93b5df67ad2a4ea73d6b5cd86c397d5c
parentea5d5bdd1c4e912ce66f10a2b081460ce6ca2506
tls: fix rescheduling when no data available

Don't force tx rescheduling of tls session if no forward progress is
made. The session will still be rescheduled by the session infra if
there's pending tx data.

Type: fix

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: Ic57b6ee79969055cec782938668c054bcc39f206
src/plugins/tlsopenssl/tls_openssl.c