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

/macosx-10.10.1/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c2005 const unsigned char* neg_protocol; local
2007 SSL_get0_alpn_selected(connssl->handle, &neg_protocol, &len);
2009 infof(data, "ALPN, server accepted to use %.*s\n", len, neg_protocol);
2012 memcmp(NGHTTP2_PROTO_VERSION_ID, neg_protocol, len) == 0) {
2016 neg_protocol, ALPN_HTTP_1_1_LENGTH) == 0) {

Completed in 197 milliseconds