Add CHANGES and release note for [GL #4255]

Mention that possibility of partial TLS writes was taken into account
and that fixes DNS messages corruption over long DNS over TLS streams.
This commit is contained in:
Artem Boldariev 2023-08-29 22:18:27 +03:00 committed by Michal Nowak
parent 84d71c8e2c
commit 35bd74a5f0
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
6241. [bug] Take into account the possibility of partial TLS writes
in TLS DNS code. That helps to prevent DNS messages
corruption on long DNS over TLS streams. [GL #4255]
6240. [bug] Use dedicated per-worker thread jemalloc memory
arenas for send buffers allocation to reduce memory
consumption and avoid lock contention. [GL #4038]

View file

@ -69,6 +69,8 @@ Bug Fixes
allowed us to optimize the process of returning memory pages back to
the operating system. :gl:`#4038`
- Prevent DNS message corruption on long DNS over TLS streams. :gl:`#4255`
Known Issues
~~~~~~~~~~~~