Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Oct 30, 2024
1 parent 2bdab67 commit cdb2ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/default_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ pub mod websocket {
let len = be_u64(input)?;
len as usize
}
_ => (b1 & 0b0111_1111) as usize,
len => len as usize,
};

let mask = b1 & 0b1000_0000 != 0;
Expand Down

0 comments on commit cdb2ab5

Please sign in to comment.