-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Provides more detailed h2 configuration #2599
Copy link
Copy link
Closed
Labels
A-clientArea: client.Area: client.A-http2Area: HTTP/2 specific.Area: HTTP/2 specific.C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.
Metadata
Metadata
Assignees
Labels
A-clientArea: client.Area: client.A-http2Area: HTTP/2 specific.Area: HTTP/2 specific.C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.
Type
Fields
Give feedbackNo fields configured for issues without a type.
H2 provides a large number of configurable parameters, but hyper exposes only some of them. It is recommended that hyper provide these parameters.
Currently, some servers return REFUSED_STREAM because of max_concurrent_streams.
hyper/src/proto/h2/client.rs
Line 72 in 5243570