gix-protocol v0.33.1
Byron
released this
07 Jun 12:54
·
2525 commits
to main
since this release
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