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
Add http1 and http2 in ALPN protocols used during tls.Server() handshake, explicitly.
This should be added to defaultTLSConfig variable.
This way, we explicitly states what protocols we support during a TLS handshake.
This isn't a breaking change since we already support these protocols in this project.