-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add an http1_only configuration for the server #1512
Copy link
Copy link
Closed
Labels
A-serverArea: server.Area: server.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-serverArea: server.Area: server.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.
The default server now supports both HTTP/1 and 2 automatically. Just like there is an option to set
http2_only, there should probably also be anhttp1_onlyoption, if for some reason someone didn't want to allow HTTP2 support.