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

/httpd/modules/ssl/
H A Dssl_engine_kernel.c2225 const char *alpn_http1 = "http/1.1"; local
2279 if (ssl_array_index(client_protos, alpn_http1) < 0) {
2284 *out = (const unsigned char*)alpn_http1;
2285 *outlen = (unsigned char)strlen(alpn_http1);

Completed in 23 milliseconds