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
Always assert consistent ALPN config when SslContext is given
Given an SslContext object with a nil `applicationProtocolNegotiator` or nil `protocols`, we
wouldn't have asserted the ALPN config to match the desired HTTP versions. In practice,
this (currently) doesn't occur but let's be more obvious and future-proof.
Also, break out the ssl-context = nil case for even more clarity!
0 commit comments