Add release note for [GL #4708]

This commit is contained in:
Nicki Křížek 2024-06-11 11:01:35 +02:00
parent 099e0fb0a3
commit 922f98a330
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7

View file

@ -78,6 +78,12 @@ Bug Fixes
conditions were incorrectly prioritized during server selection.
These are now properly handled as unreachable. :gl:`#4736`
- When sending a TCP reset for a connection, on some systems
the libuv call may return an error code, which triggered an
assertion failure in `named`. This error condition is now
being dealt with in a more graceful manner, by logging the
incident and shutting down the connection. :gl:`#4708`
Known Issues
~~~~~~~~~~~~