quic: Hotfix crypto context on migrate 48/24048/2
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>
Wed, 18 Dec 2019 12:37:45 +0000 (13:37 +0100)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 18 Dec 2019 14:19:05 +0000 (14:19 +0000)
commitd9942bcc61d83cee390fc2c6a428e562ec9750f0
treecbb26a1d19815dcb0a5c67d15a027b4eec191a47
parent9f4ac58700639d722315aa3eba238aa9b8e763d4
quic: Hotfix crypto context on migrate

Type: fix

quicly_connections have internal references to crypto
contexts which need to be updated when we switch thread
as the supporting pools are thread-based.
This under the assumption that the new contexts will be
exactly identical

Change-Id: I38083e59657ff068e347d9e7b47abe91a1167b6c
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
src/plugins/quic/quic.c