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 maximum_connection_streams -> @remote_settings. #18

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

ioquatix
Copy link
Member

@ioquatix ioquatix commented Jun 10, 2024

Connection#maximum_concurrent_streams was using @local_settings, but it is used for the concurrency limit in async-http. This is simply the wrong value to use, it should be using the @remote_settings.

Fixes socketry/async-http#161.

Types of Changes

  • Bug fix.

Contribution

@ioquatix ioquatix force-pushed the fix-maximum_connection_streams branch from c260c95 to 0d22efa Compare June 10, 2024 04:44
@ioquatix ioquatix force-pushed the fix-maximum_connection_streams branch from 0d22efa to a104ab6 Compare June 10, 2024 05:22
@ioquatix ioquatix merged commit ce23c76 into main Jun 10, 2024
36 checks passed
@ioquatix ioquatix deleted the fix-maximum_connection_streams branch June 10, 2024 05:24
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.

What is the recommended retry logic for Async::HTTP::Internet?
1 participant