Bug 1800529 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Ok, to summarize then this is the list of tests we need:
0. h2 ws connection when there is pre-existing h2 conn with h2 support and h2-ws support
1. h1.1 ws fallback when no existing h2 conn (h2 and h2-ws server support shouldn't matter)
2. h1.1 ws fallback when existing h2 conn with h2 support, but we don't yet know yet about h2-ws server support
3. h1.1 ws fallback when existing h2 conn with h2 support, but no h2-ws support (via http2.constants.NGHTTP2_HTTP_1_1_REQUIRED)
4. h1.1 ws fallback when existing h2 conn with h2 support, but no h2-ws support (via 421)
5. h1.1 ws fallback when existing h2 conn with h2 support, but no h2-ws support (via 505)
Ok, to summarize then this is the list of tests we need:

0. h2 ws connection when there is pre-existing h2 conn with h2 support and h2-ws support
1. h1.1 ws fallback when no existing h2 conn (h2 and h2-ws server support shouldn't matter)
2. h1.1 ws fallback when existing h2 conn with h2 support, but we don't yet know yet about h2-ws server support
3. h1.1 ws fallback when existing h2 conn with h2 support, but no h2-ws support (via http2.constants.NGHTTP2_HTTP_1_1_REQUIRED)
4. h1.1 ws fallback when existing h2 conn with h2 support, but no h2-ws support (via 421)
5. h1.1 ws fallback when existing h2 conn with h2 support, but no h2-ws support (via 505)
Ok, to summarize then this is the list of tests we need:

0. h2 ws connection when there is pre-existing h2 conn with h2-ws support
1. h1.1 ws fallback when no existing h2 conn (h2 and h2-ws server support shouldn't matter)
~2. h1.1 ws fallback when existing h2 conn with h2 support, but we don't yet know yet about h2-ws server support~
3. h1.1 ws fallback when existing h2 conn with h2 support, but no h2-ws support (via http2.constants.NGHTTP2_HTTP_1_1_REQUIRED)
4. h1.1 ws fallback when existing h2 conn with h2 support, but no h2-ws support (via 421)
5. h1.1 ws fallback when existing h2 conn with h2 support, but no h2-ws support (via 505)

Back to Bug 1800529 Comment 4