You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an example of using the NPN/ALPN support in Go's TLS and HTTP libraries
to allow a single TLS listener and http.Server to handle both HTTP/2 and
arbitrary protocol clients on the same port. See the code for more detailed
comments.