-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Description
The HTTP/2 demo program is currently served at https://http2.golang.org. The index page describes it as:
This server exists for others in the HTTP/2 community to test their HTTP/2 client implementations and point out flaws in our server.
It was created around the time when HTTP/2 support was novel and in active development, eventually being added to the standard library in Go 1.6 in 2016. By now it is still useful but probably significantly less so than it was earlier on.
Though it's sad to say this, I think it has served us well and maybe it's a good time to move on and stop running the HTTP/2 demo server at http2.golang.org, making it easier to focus our attention in other areas that would benefit Go more. (Its source code is public and can always be accessed in the future by anyone interested.)