035053be4a
Motivation: The HTTP/2 client example is not validating the results of ALPN if TLS is enabled. Modifications: - Use ApplicationProtocolNegotiationHandler to validate ALPN results. Result: Client example validates ALPN results.