+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
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`