quic: fix server opening stream immediately 33/21833/3
authorAloys Augustin <aloaugus@cisco.com>
Thu, 5 Sep 2019 15:58:21 +0000 (17:58 +0200)
committerDave Wallace <dwallacelf@gmail.com>
Fri, 6 Sep 2019 13:31:08 +0000 (13:31 +0000)
commitffbfe3a2d6aaf4e847a1848c29fc8ce2997ed260
tree110128d6b8b43b263e230a2bc036041cd0949aca
parenta069762e8e67f2acb6de612ece01666b1c350473
quic: fix server opening stream immediately

Previously, if the first thing a server did was to open a stream and
send data, this could trigger a crash on the clilent side VPP as the
quic session wouldn't be allocated.

Change-Id: I43990ce2a71217d6719ecae4da60111d05fbcfc0
Type: fix
Signed-off-by: Aloys Augustin <aloaugus@cisco.com>
src/plugins/quic/quic.c
src/plugins/quic/quic.h