vcl: fix lookup listener assert 07/32307/5
authorliuyacan <liuyacan@corp.netease.com>
Fri, 14 May 2021 02:11:03 +0000 (02:11 +0000)
committerFlorin Coras <florin.coras@gmail.com>
Fri, 14 May 2021 14:35:34 +0000 (14:35 +0000)
commit4fca744234286374a24afd31507be809383fd763
tree4be3cb275411d691bd5604ccaf9e572103ddab2f
parent374df7a29407b706a5fb4fe6a6f1a7b84ec4a60e
vcl: fix lookup listener assert

The following timing may happen:

1. vpp accept new connection, send ACCEPTED to vcl, but vcl has
   not handle it
2. vcl unbind the listener, go into DISCONNECT state
3. vcl handle the ACCEPTED event

Type: fix

Signed-off-by: liuyacan <liuyacan@corp.netease.com>
Change-Id: If9a96a153af38763db062df133c2fdcc04ceba9b
src/vcl/vcl_private.h