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)
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>

No differences found