Bug Fixes
-
assure we don't stop early on NAK if READY was sent to handle V1 specialty.
Seeing READY means a pack will follow, which is exactly the kind of knowledge we want.
Thus we now either listen to the client OR to what the server says.Note that this remedy relies on
multi-ack-detailed
, which some very old servers might
not support. For those we would be out-of-luck, but that seems acceptable.
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #882