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

Remove multiple sessions limits for HTTP/2 #663

Closed
sbordet opened this issue Jun 24, 2016 · 0 comments
Closed

Remove multiple sessions limits for HTTP/2 #663

sbordet opened this issue Jun 24, 2016 · 0 comments
Milestone

Comments

@sbordet
Copy link
Member

sbordet commented Jun 24, 2016

The HTTP/2 protocol does not have anymore a small limit on the number of concurrent requests.
As such, with HTTP/2 we can allow a virtually unlimited number of long polls from the same browser.

This allows to remove the limit related to multiple sessions, in particular in the JavaScript client (parameter maxConnections), and in the server HTTP transports (parameters maxSessionsPerBrowser and allowMultiSessionsNoBrowser).

The detection must be dynamic though, and on a per-client basis (and hence based on the cookie).

sbordet added a commit that referenced this issue Oct 24, 2016
Introduced option "http2MaxSessionPerBrowser" and removed
"allowMultiSessionsNoBrowser".
The latter was already obsoleted by #608.
@sbordet sbordet added this to the 3.1.0 milestone Oct 25, 2016
@sbordet sbordet closed this as completed Oct 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant