Skip to content

Conversation

@claude-claude
Copy link
Contributor

@claude-claude claude-claude bot commented Feb 10, 2026

Auto-Fix for PR #183

Issues Fixed

  • [MEDIUM] Wire protocol documentation out of date: The module-level doc comment in fuse-pipe/src/protocol/wire.rs still described the old symmetric frame format (length + payload). After the CRC32 checksum addition in this PR, the client→server direction now uses [CRC][length][payload] while server→client retains [length][payload]. Updated docs to accurately describe both directions and explain why the format is asymmetric.

Changes

  • Updated fuse-pipe/src/protocol/wire.rs module doc comment to document the asymmetric wire format with separate sections for client→server (with CRC) and server→client (without CRC), plus a note explaining the rationale.

Generated by Claude | Review Run

The module-level documentation in wire.rs still described the old
symmetric frame format without CRC headers. After the CRC32 checksum
addition, the client→server direction now includes a 4-byte CRC prefix,
while server→client retains the original format. Update the docs to
accurately describe both directions.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants