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

Fixes to autobahn websocket echo server #589

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Dec 3, 2022

  1. Run autobahn example with podman

    [Podman](https://podman.io/) is alternative tool to run OCI containers.
    By default it's installed on Fedora systems
    Marek Skórkowski committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    c4eee04 View commit details
    Browse the repository at this point in the history
  2. Fix many of the autobahn websocket test cases

    Marek Skórkowski committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    4d4b8be View commit details
    Browse the repository at this point in the history
  3. Remove handling of illegal 5 and 6 byte codepoints

    They are illegal since 2003, I don't know how why I even bothered
    Marek Skórkowski committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    cdcf3a1 View commit details
    Browse the repository at this point in the history
  4. Fixed test for detecting illegal utf8 sequence

    Marek Skórkowski committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    b5cdcce View commit details
    Browse the repository at this point in the history
  5. Fix podman configuration

    Podman binds `host.containers.internal` to public ip. So setting the
    localhost by hand in the autobahn fuzzingclient configuration makes
    possible to run the actix server on localhost.
    Marek Skórkowski committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    87f5f29 View commit details
    Browse the repository at this point in the history
  6. make code pass clippy

    Marek Skórkowski committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    a9230b0 View commit details
    Browse the repository at this point in the history