Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix ineffassign
  • Loading branch information
dveeden committed May 5, 2023
commit 2e344337d18da07adaf0556c92184798cb1915ec
1 change: 0 additions & 1 deletion client/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ func (c *Conn) writeAuthHandshake() error {
if c.ccaps&CLIENT_ZSTD_COMPRESSION_ALGORITHM > 0 {
// zstd_compression_level
data[pos] = 0x03
pos++
}

return c.WritePacket(data)
Expand Down