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

Allow to disable http2 #968

Open
tbu- opened this issue May 4, 2022 · 1 comment
Open

Allow to disable http2 #968

tbu- opened this issue May 4, 2022 · 1 comment
Labels
feature New feature or request

Comments

@tbu-
Copy link

tbu- commented May 4, 2022

In most cases, http2 isn't actually needed because warp sits behind an nginx reverse proxy or similar. It would be nice if one could disable it to cut down dependencies.

It was already proposed using default features (#836), but created a backward incompatibility (#913) and was reverted (#914). Rocket also supports something similar: rwf2/Rocket#2030.

@tbu- tbu- added the feature New feature or request label May 4, 2022
@tbu-
Copy link
Author

tbu- commented May 4, 2022

Perhaps this could be added in the next breaking release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant