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

Document the correct default value #82

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Conversation

psibi
Copy link
Contributor

@psibi psibi commented Dec 21, 2023

Load testing on our web application caused issues and it looks like it is because of this.

The default value is 200 as you can see from the default instantiation here: https://github.com/hyperium/hyper/blob/1d4ff3597b8e76818c8553dbfa4234cf4208c958/src/proto/h2/server.rs#L66

Load testing on our web application caused issues and it looks like it
is because of this.

The default value is 200 as you can see from the default instantiation
here: https://github.com/hyperium/hyper/blob/1d4ff3597b8e76818c8553dbfa4234cf4208c958/src/proto/h2/server.rs#L66
Copy link
Member

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, a place we forgot to update when setting a default. Thanks for fixing it!

@seanmonstar seanmonstar enabled auto-merge (rebase) December 21, 2023 17:53
@seanmonstar seanmonstar enabled auto-merge (squash) December 21, 2023 17:54
@seanmonstar seanmonstar merged commit 4d1ed57 into hyperium:master Dec 21, 2023
15 checks passed
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.

2 participants