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

Add check for h2.connection.ConnectionState.CLOSED in AsyncHTTP2Connection.is_available #679

Merged
merged 9 commits into from
May 12, 2023

Commits on May 5, 2023

  1. Add check for h2.connection.ConnectionState.CLOSED in `AsyncHTTP2Co…

    …nnection.is_available`
    zanieb committed May 5, 2023
    Configuration menu
    Copy the full SHA
    0918540 View commit details
    Browse the repository at this point in the history
  2. Add sync implementation

    zanieb committed May 5, 2023
    Configuration menu
    Copy the full SHA
    08e717f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

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

Commits on May 10, 2023

  1. Add test for closed connection

    zanieb committed May 10, 2023
    Configuration menu
    Copy the full SHA
    00f98c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0d3acd View commit details
    Browse the repository at this point in the history
  3. Use async with

    zanieb committed May 10, 2023
    Configuration menu
    Copy the full SHA
    9769dca View commit details
    Browse the repository at this point in the history
  4. Add anyio annotation

    zanieb committed May 10, 2023
    Configuration menu
    Copy the full SHA
    ad04f9c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

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

Commits on May 12, 2023

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