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

Issue #6642 - WebSocket handling of Connection: upgrade,close. #6657

Merged

Commits on Aug 24, 2021

  1. Issue #6642 - add tests for WebSocket Connection Headers.

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    0fc025d View commit details
    Browse the repository at this point in the history
  2. Issue #6642 - prevent connection close after websocket upgrade

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

Commits on Aug 25, 2021

  1. Issue #6642 - change HttpGenerator state to END before returning

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

Commits on Aug 26, 2021

  1. Issue #6642 - never shutdown output after generating a request.

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

Commits on Aug 27, 2021

  1. Issue #6642 - move shutdown logic into HttpChannelOverHTTP and HttpCo…

    …nnection
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    949aa6c View commit details
    Browse the repository at this point in the history
  2. Issue #6642 - check for null Metadata in HttpConnection

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    2d4693a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Issue #6642 - use request UPGRADE_CONNECTION_ATTRIBUTE instead of 101…

    … response.
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    edcb215 View commit details
    Browse the repository at this point in the history