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

OS / browser testing to determine minimum viable HTTP version #2787

Open
devinrsmith opened this issue Aug 31, 2022 · 1 comment
Open

OS / browser testing to determine minimum viable HTTP version #2787

devinrsmith opened this issue Aug 31, 2022 · 1 comment
Assignees
Milestone

Comments

@devinrsmith
Copy link
Member

Spawned from #2731, which was too aggressive in trying to disable HTTP1.1.

If we want to disable HTTP1.1 by default in some cases, we should make sure the web UI continues to work across common OS and browser versions.

We may be able to use something like https://www.ssllabs.com/ssltest/, or similar services, to test a wide range of OS / browsers / versions.

@devinrsmith devinrsmith added this to the Backlog milestone Aug 31, 2022
@devinrsmith devinrsmith self-assigned this Aug 31, 2022
@devinrsmith
Copy link
Member Author

From Charles:

what about non-browser clients?

From Don:

https://caniuse.com/http2 looks broadly supported across all modern browsers, and appears to meet the browserlists default "> 0.5%, last 2 versions, Firefox ESR, not dead" which we use as the determining factor for when we can adopt new browser features.

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