Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify what's left in handling OP_MSG checksum #2677

Merged
merged 4 commits into from
May 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Write CRC32
  • Loading branch information
rumyantseva committed May 22, 2023
commit 8f774649399a2d02ee1a8c287bc03e9174472bb6
1 change: 1 addition & 0 deletions internal/wire/msg_body.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ type MsgBody interface {
// indicating that connection was closed by the client.
var ErrZeroRead = errors.New("zero bytes read")

// FIXME
const kFlagBitSize = 4

// ReadMessage reads from reader and returns wire header and body.
Expand Down