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

Migrate to Aiohttp to resolve #4 #21

Merged
merged 4 commits into from
Feb 2, 2024
Merged

Migrate to Aiohttp to resolve #4 #21

merged 4 commits into from
Feb 2, 2024

Commits on Jan 28, 2024

  1. Revert "Add workaround for poisoned connection pool (#11)"

    This reverts commit 7686932.
    syeopite committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    ec2743f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Migrate to aiohttp

    HTTPX is plagued with various issues that poisons its connection pool
    and breaks request until Priviblur is restarted.
    
    As such, we'll migrate to aiohttp for now though this does come with
    the drawback of forcing us to use HTTP/1.1 instead of HTTP/2
    syeopite committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a314ad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb4b85 View commit details
    Browse the repository at this point in the history
  3. Typo

    syeopite committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4c7a349 View commit details
    Browse the repository at this point in the history