HomeSort by relevance Sort by last modified time
    Searched full:protocol_len (Results 1 - 1 of 1) sorted by null

  /external/curl/lib/vtls/
cyassl.c 585 unsigned short protocol_len = 0; local
587 rc = wolfSSL_ALPN_GetProtocol(BACKEND->handle, &protocol, &protocol_len);
590 infof(data, "ALPN, server accepted to use %.*s\n", protocol_len,
593 if(protocol_len == ALPN_HTTP_1_1_LENGTH &&
598 protocol_len == NGHTTP2_PROTO_VERSION_ID_LEN &&
604 infof(data, "ALPN, unrecognized protocol %.*s\n", protocol_len,

Completed in 325 milliseconds