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

/external/curl/lib/vtls/
H A Dcyassl.c549 unsigned short protocol_len = 0; local
551 rc = wolfSSL_ALPN_GetProtocol(conssl->handle, &protocol, &protocol_len);
554 infof(data, "ALPN, server accepted to use %.*s\n", protocol_len,
557 if(protocol_len == ALPN_HTTP_1_1_LENGTH &&
562 protocol_len == NGHTTP2_PROTO_VERSION_ID_LEN &&
568 infof(data, "ALPN, unrecognized protocol %.*s\n", protocol_len,

Completed in 129 milliseconds