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

Expose the methods to create a H3 client and server handler for a low-level library stream #3158

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

Commits on Apr 25, 2021

  1. Make public the H3 client and server handling of a session.

    This matches the h2 library and allow users to have more control
    on the handling of the low-level, including receiving and sending
    datagrams and supporting mixed use of H3 and low-level streams.
    costinm committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    d8e6379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8504f8 View commit details
    Browse the repository at this point in the history
  3. Revert the x-quic-session

    costinm committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    9f67435 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    2040e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c57a57b View commit details
    Browse the repository at this point in the history