forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WebSocket frame decoding: replace byte array[4] frame mask with int. (n…
…etty#12989) Motivation: Make implementation consistent with recent changes on WebSocket08FrameEncoder netty#12969. Modifications: WebSocket08FrameDecoder: replace frame mask byte array[4] with int. Result: Simpler implementation consistent with WebSocket08FrameEncoder.
- Loading branch information
1 parent
6e935e0
commit e8df52e
Showing
3 changed files
with
19 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters