Bug Fixes
-
support keepalive packets.
Keepalive packets are side-band only empty datalines that should
just be ignored. This is now happening, allowing longer git
operations to work as they will send keepalive packets every 5 seconds,
and previously we would choke on it.Note that empty datalines are never send otherwise, making it a
previously unused marker that can safely be skipped.
Commit Statistics
- 5 commits contributed to the release over the course of 20 calendar days.
- 20 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #450