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 ws bug #2615

Merged
merged 3 commits into from Jun 14, 2019
Merged

Fix ws bug #2615

merged 3 commits into from Jun 14, 2019

Commits on Jun 12, 2019

  1. Fix websocket bug.

    Prior to this change, websocket connection would be closed directly
    without sending connack packet when acl check fails.
    
    This change fix this bug.
    gilbertwong96 committed Jun 12, 2019
    Copy the full SHA
    06ca8a6 View commit details
    Browse the repository at this point in the history
  2. Add test case for this websocket bug

    This change
    gilbertwong96 committed Jun 12, 2019
    Copy the full SHA
    657f28e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Copy the full SHA
    5a10f16 View commit details
    Browse the repository at this point in the history