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

Allow to accept websocket extensions #331

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 14, 2020

  1. Allow to accept websocket extensions

    Also accept `permessage-deflate`, `permessage-bzip2` and `permessage-snappy`
    compression extensions by default if client requests for them.
    Compression/decompression of the messages is taken care of by `autobahn`
    package.
    albertas committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    231bfb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c7c5c6 View commit details
    Browse the repository at this point in the history
  3. Fix imports as suggested by isort

    even for unchanged files, because TravisCI build fails.
    albertas committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    d467616 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

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

Commits on Aug 3, 2021

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

Commits on Aug 28, 2021

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

Commits on Apr 14, 2023

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