quic: Hotfix crypto context on migrate 53/28153/6
authorNathan Skrzypczak <[email protected]>
Wed, 18 Dec 2019 12:37:45 +0000 (13:37 +0100)
committerAndrew Yourtchenko <[email protected]>
Fri, 7 Aug 2020 21:45:43 +0000 (21:45 +0000)
commit48ec77e84ec4ed0ff38c0c772084381be4d960af
tree4f8e5bfdf218f852ce69f57d8a01994ce90760ed
parentbb49148160b7a61fe871bf7c075cbbb01a937254
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 <[email protected]>
(cherry picked from commit d9942bcc61d83cee390fc2c6a428e562ec9750f0)
src/plugins/quic/quic.c