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

Implement and test a WebSocket Proxy with the 9.4 Jetty API #5726

Merged
merged 5 commits into from Nov 26, 2020

Commits on Nov 24, 2020

  1. basic WebSocketProxy implementation

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d7598f3 View commit details
    Browse the repository at this point in the history
  2. Improve WebSocketProxy, and write tests for it

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b89adb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. do not block for websocket PING and PONG messages

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    6a9acaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce11fb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. add IdleTimeout test, use volatile sessions

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    104beb9 View commit details
    Browse the repository at this point in the history