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

Conversation

syeopite
Copy link
Owner

@syeopite syeopite commented Feb 2, 2024

HTTPX is plagued with various issues that poisons its connection pool and breaks request until Priviblur is restarted.

As a workaround we can migrate to aiohttp which should be free of these issues. Unfortunately because of the migration, HTTP/2 is no longer an option and we must request via HTTP/1.1 instead

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 syeopite merged commit bc707d8 into master Feb 2, 2024
@syeopite syeopite deleted the aiohttp-migration branch February 2, 2024 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant