Skip to content

[WIP] Add HTTP/3 columns#204

Open
LPardue wants to merge 1 commit into
igrigorik:masterfrom
LPardue:http3
Open

[WIP] Add HTTP/3 columns#204
LPardue wants to merge 1 commit into
igrigorik:masterfrom
LPardue:http3

Conversation

@LPardue

@LPardue LPardue commented Jan 7, 2020

Copy link
Copy Markdown

Fixes #203.

Add an HTTP/3 column to server and CDN/PaaS tables.
In the interest of simplicity, this column reflects
support for the final RFC version of HTTP/3. Since
the IETF are yet to publish this version, all entries
begin with the value of "no".

Over time, we'll populate cells and amend this commit.
Sensible thresholds might include HTTP/3 support merged
into server mainline codebase (or module equivalents)
and CDN/PaaS betas that have public announcements.

Comment thread index.html Outdated
<td class="ok">yes</td>
<td class="ok">yes</td>
<td class="ok"><a href="https://blog.cloudflare.com/introducing-http2/">yes</a></td>
<td class="ok"><a href="https://blog.cloudflare.com/http3-the-past-present-and-future/">no</a></td>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<td class="ok"><a href="https://blog.cloudflare.com/http3-the-past-present-and-future/">no</a></td>
<td class="ok"><a href="https://blog.cloudflare.com/http3-the-past-present-and-future/">yes</a></td>

:)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I put no because we don't support the yet-to-be-published RFC version of HTTP/3. However, the class should be alert not ok, which I just fixed up.

Add an HTTP/3 column to server and CDN/PaaS tables.
In the interest of simplicity, this column reflects
support for the final RFC version of HTTP/3. Since
the IETF are yet to publish this version, all entries
begin with the value of "no".

Over time, we'll populate cells and amend this commit.
Sensible thresholds might include HTTP/3 support merged
into server mainline codebase (or module equivalents)
and CDN/PaaS betas that have public announcements.
@igrigorik

Copy link
Copy Markdown
Owner

👍

Thinking out loud: we could note the QUIC version supported by some platforms but set level to alert, to indicate that this is a transitionary state. WDYT?

@LPardue

LPardue commented Jan 3, 2022

Copy link
Copy Markdown
Author

Apologies for dropping the ball on this one.

2 years on, since RFC 9000 is published now and most implementations are moving to support HTTP/3 with QUIC v1, I think we can now just focus on that. I'll make some fixups to this PR and will prompt for another review.

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

Successfully merging this pull request may close these issues.

Condsider adding an HTTP/3 column

3 participants