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

Abstract transports & and add akka-http http/websocket backend #20

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

Commits on Dec 27, 2018

  1. Bump version to 2.0.0-SNAPSHOT

    kelnos committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    abc7bc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e622717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8861b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Move servlet-specific functionality into its own maven module

    This also moves some of the generic code in the servlet
    transports/connections into the common module.
    kelnos committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    1c339c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f70b992 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2018

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

Commits on Dec 30, 2018

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

Commits on Sep 19, 2019

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

Commits on May 13, 2020

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

Commits on Dec 11, 2021

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

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    ee708c1 View commit details
    Browse the repository at this point in the history
  2. akka-http: make use of returned TransportConnection

    When the client doesn't provide a session ID when connecting, we can't
    call Transport.getConnection() after Transport.handle() returns, because
    the transport machinery will see that there's still no session ID in
    the request parameters, and create a new session.  This session won't
    have an associated request, so things later will start failing.
    kelnos committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    69ab32f View commit details
    Browse the repository at this point in the history