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: aiohttp assert exception on connection lost #406

Commits on Apr 24, 2023

  1. Fix: aiohttp assert exception on connection lost

    Problem: a bug in aiohttp causes an assertion error to appear in
    the logs whenever an HTTP connection is lost.
    
    Solution: there is no mainline fix in aiohttp. It is not trivial
    to install a forked version of aiohttp, so the simplest solution
    for now is to apply the aiohttp patch directly.
    
    Bumped aiohttp to 3.8.4 at the same time.
    odesenfans committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    3c37c6d View commit details
    Browse the repository at this point in the history