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
This commit is contained in:

committed by
Dave Wallace

parent
238cf3bd49
commit
e8a1dbf8da
@ -299,6 +299,7 @@ class QUICEchoExtTestCase(QUICTestCase):
|
||||
|
||||
def validate_ext_test_results(self):
|
||||
server_result = self.worker_server.result
|
||||
self.logger.debug(self.vapi.cli(f"show session verbose 2"))
|
||||
client_result = self.worker_client.result
|
||||
self.logger.info(f"Server worker result is `{server_result}'")
|
||||
self.logger.info(f"Client worker result is `{client_result}'")
|
||||
|
Reference in New Issue
Block a user