From 5708b45154dcf908619fc12c30d6972d246b016e Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Thu, 23 Jun 2022 08:00:14 -0400 Subject: [PATCH] Add a changelog entry for the session resumption + CID bug Signed-off-by: Andrzej Kurek --- ChangeLog.d/resumption_cid.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/resumption_cid.txt diff --git a/ChangeLog.d/resumption_cid.txt b/ChangeLog.d/resumption_cid.txt new file mode 100644 index 0000000000..d6d74b8777 --- /dev/null +++ b/ChangeLog.d/resumption_cid.txt @@ -0,0 +1,4 @@ +Bugfix + * Fix a bug where the connection ID extension on client side would not work + after a session resumption took place. This caused the client to not + recognize records containing a CID and drop them.