Closed dennwc closed 5 years ago
Implement initial support for ALPN.
The client will only advertise supported protocols for the server, but won't use the result of the negotiation yet.
Following changes should use m_proto on Socket to detect the protocol when using TLS.
m_proto
Socket
This change is
Implement initial support for ALPN.
The client will only advertise supported protocols for the server, but won't use the result of the negotiation yet.
Following changes should use
m_proto
onSocket
to detect the protocol when using TLS.This change is