Add CHANGES and release note for [GL #3400]

(cherry picked from commit 646df5cbbc)
This commit is contained in:
Ondřej Surý
2022-06-14 09:23:32 +02:00
parent 6cfab7e4f7
commit 5cd2acb374
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
5905. [bug] When the TCP connection would be closed/reset between
the connect/accept and the read, the uv_read_start()
return value would be unexpected and cause an assertion
failure. [GL #3400]
5903. [bug] When named checks that the OPCODE in a response matches
that of the request, if there is a mismatch named logs
an error. Some of those error messages incorrectly

View File

@@ -40,4 +40,5 @@ Feature Changes
Bug Fixes
~~~~~~~~~
- None.
- Fix the assertion failure caused by TCP connection closing between the
connect (or accept) and the read from the socket. :gl:`#3400`