quic: fix quic sessions state updates 01/39501/5
authorFlorin Coras <fcoras@cisco.com>
Thu, 7 Sep 2023 02:09:30 +0000 (19:09 -0700)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 13 Sep 2023 16:35:51 +0000 (16:35 +0000)
commite8a1dbf8da086da24f6bb8ce647e2e898c20df55
treeb2a340008b31517a0b523ebaa0aafac4b58a0123
parent238cf3bd490fa0fd79929207d9d8ab71f91433e0
quic: fix quic sessions state updates

Session state cannot be updated after async notification event is
generated for app. Instead, make sure quic sessions that accept new
streams are switched to listening state only on accept.

Type: fix
Fixes: 0242d30

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I9663ccadbea99d555ad49e871f7dff897239dc84
src/plugins/quic/quic.c
test/asf/test_quic.py