-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add supports of many websockets frames in the same binary frame
This commit modify the way of processing binary entry frames. Old way: taking binary frame as websocket frame (and bufferize if it was not complete). New way: it take a binary frame as one or many frames composing one or many messages and bufferize if frames are not complete. This new behavior makes autobahn execute new tests that was crashing woketo. The fix is taking 4 bytes for the mask (sometimes it was less because of a wrong usage of the BitManipulation class).
- Loading branch information
Showing
12 changed files
with
310 additions
and
108 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
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
Oops, something went wrong.