Home
last modified time | relevance | path

Searched refs:protocol_len (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/vtls/
Dwolfssl.c705 unsigned short protocol_len = 0; in wolfssl_connect_step2() local
707 rc = wolfSSL_ALPN_GetProtocol(backend->handle, &protocol, &protocol_len); in wolfssl_connect_step2()
710 infof(data, "ALPN, server accepted to use %.*s\n", protocol_len, in wolfssl_connect_step2()
713 if(protocol_len == ALPN_HTTP_1_1_LENGTH && in wolfssl_connect_step2()
718 protocol_len == NGHTTP2_PROTO_VERSION_ID_LEN && in wolfssl_connect_step2()
724 infof(data, "ALPN, unrecognized protocol %.*s\n", protocol_len, in wolfssl_connect_step2()