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

Fix tests 4.1.3, 4.1.4, 4.2.1, 4.2.2, 4.2.3, 4.2.4 and way to process data in woketo #28

Merged
merged 2 commits into from
Nov 7, 2016

Commits on Nov 3, 2016

  1. Configuration menu
    Copy the full SHA
    f89082d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. 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).
    
    Switch to usage of generators
    Nek- committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    8dc874d View commit details
    Browse the repository at this point in the history