tls: fix on tcp connection reset 90/23190/2
authorZeyu Zhang <zeyu.zhang@intel.com>
Sat, 12 Oct 2019 06:21:59 +0000 (14:21 +0800)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Tue, 5 Nov 2019 10:35:25 +0000 (10:35 +0000)
commit00413d3fed1fc258f836b72297ee8edddc1a9548
treecc78aff7c59e35f18ca488a831fd5f59b65a9003
parentbf2aa86fe9a06722671bfc6f1ad87bccf444cbce
tls: fix on tcp connection reset

VPP would fail in tcp_connection_reset() if the tls
or app session was just created.

Type: fix

Change-Id: I45d107f57e4f3fc468c15ca3392d5e1c413bd690
Signed-off-by: Zeyu Zhang <zeyu.zhang@intel.com>
(cherry picked from commit cbbc4a2558eca8d78e0bd713ff58c54e294b1819)
src/vnet/session/session.c
src/vnet/tls/tls.c