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

Feature Request: HTTP/2 Support #137

Closed
fsteff opened this issue Aug 6, 2024 · 1 comment
Closed

Feature Request: HTTP/2 Support #137

fsteff opened this issue Aug 6, 2024 · 1 comment

Comments

@fsteff
Copy link

fsteff commented Aug 6, 2024

Describe the feature

Subscribing to a topic via Long-lived (SSE) GET requests keeps a connection to the server open, but with HTTP/1.1 most browsers limit the number of simultaneous connections to 6 (overall, not even per tab!). With HTTP/2 this should no longer be a problem.

However, the utilized webserver tide does NOT support HTTP/2 (http-rs/tide#891).
As a result, the number of concurrent subscriptions is limited to 6, additional requests (also other ones) stop working.

Since HTTP/2 support is not planned for tide (for now only receives small maintance updates, see http-rs/tide#888), please consider switching to a webserver that supports it.

@fsteff
Copy link
Author

fsteff commented Aug 14, 2024

Sorry, wrong repo... I meant to create an issue for the REST-plugin, which is located in the main zenoh repository.
I opened this one: eclipse-zenoh/zenoh#1313

@fsteff fsteff closed this as completed Aug 14, 2024
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

1 participant