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

Fix infinite loop releasing the connection when the writer is not finished #7798

Closed
wants to merge 9 commits into from

Commits on Nov 7, 2023

  1. Fix infinite loop releasing the connection when the writer is not fin…

    …ished
    
    aio-libs#7764 ensured the connection was released if the writer was
    not done yet, but it never cleared the writer so it would
    schedule callbacks in a loop
    bdraco committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    86b741d View commit details
    Browse the repository at this point in the history
  2. timeline

    bdraco committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f19c64d View commit details
    Browse the repository at this point in the history
  3. lint

    bdraco committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    259d5d5 View commit details
    Browse the repository at this point in the history
  4. 3.8 is still supported

    bdraco committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8e4b1c1 View commit details
    Browse the repository at this point in the history
  5. reduce code

    bdraco committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c1865d2 View commit details
    Browse the repository at this point in the history
  6. improve docstring

    bdraco committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ed0a472 View commit details
    Browse the repository at this point in the history
  7. improve docstring

    bdraco committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    615c6ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e1a017 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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