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

HTTP/2 support #350

Closed
jim-sheldon opened this issue Dec 22, 2022 · 2 comments
Closed

HTTP/2 support #350

jim-sheldon opened this issue Dec 22, 2022 · 2 comments

Comments

@jim-sheldon
Copy link

Hello,

Does this library support HTTP/2, or are there plans to support it?

Thanks in advance!

@jcheng5
Copy link
Member

jcheng5 commented May 10, 2023

No, and there are currently no plans to implement it, sorry. The best I can suggest is to run an HTTP/2 proxy in front of httpuv (the vast majority of production usage puts httpuv behind at least one proxy anyway). If this is a problem for you we'd love to hear about your scenario!

@jcheng5 jcheng5 closed this as completed May 10, 2023
@jim-sheldon
Copy link
Author

Lack of HTTP/2 support in R means no native R gRPC client or server, which we need to to distributed analytics/federated ML with R scripts. Our unfortunate solution: porting any desired R scripts to another language.

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

No branches or pull requests

2 participants