Home
last modified time | relevance | path

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

/lighttpd1.4/src/t/
H A Dtest_http_kv.c11 assert(0 == strcmp(get_http_version_name(HTTP_VERSION_2), "HTTP/2.0")); in test_http_kv_tables()
/lighttpd1.4/src/
H A Dhttp_kv.h61 typedef enum { HTTP_VERSION_UNSET = -1, HTTP_VERSION_1_0, HTTP_VERSION_1_1, HTTP_VERSION_2 } http_v… enumerator
H A Dhttp_kv.c22 { HTTP_VERSION_2, CONST_LEN_STR("HTTP/2.0") }, /* SERVER_PROTOCOL */
H A Dhttp-header-glue.c954 if (r->http_version >= HTTP_VERSION_2 && !r->h2_connect_ext) in http_response_process_headers()
963 if (r->http_version >= HTTP_VERSION_2) continue; in http_response_process_headers()
1047 if (vers >= HTTP_VERSION_2) in http_response_send_1xx_cb_set()
1058 if (r->http_version >= HTTP_VERSION_2) in http_response_send_1xx()
H A Dconnections.c587 if (r->http_version == HTTP_VERSION_2) return NULL; in connection_read_header_more()
764 r->http_version = HTTP_VERSION_2; in connection_handle_read_state()
988 if (r->http_version == HTTP_VERSION_2) { in connection_state_machine_loop()
H A Dhttp_header.c271 if (r->http_version >= HTTP_VERSION_2) { in http_header_response_insert_addtl()
H A Dserver.c1431 http_response_send_1xx_cb_set(NULL, HTTP_VERSION_2); in server_main_setup()
1433 http_response_send_1xx_cb_set(h2_send_1xx, HTTP_VERSION_2); in server_main_setup()
H A Dh2.c2797 r->http_version = HTTP_VERSION_2; in h2_init_stream()
3057 r->http_version = HTTP_VERSION_2; in h2_check_con_upgrade_h2c()
3073 return (r->http_version == HTTP_VERSION_2); in h2_check_con_upgrade_h2c()
H A Dresponse.c811 else if (r->http_version == HTTP_VERSION_2) { in http_response_write_prepare()
H A Dmod_cgi.c851 r->http_version = HTTP_VERSION_2; in cgi_create_env()
H A Dmod_mbedtls.c1194 hctx->r->http_version = HTTP_VERSION_2; in mod_mbedtls_alpn_selected()
1240 hctx->r->http_version = HTTP_VERSION_2; in mod_mbedtls_alpn_select_cb()
H A Dmod_openssl.c1890 hctx->r->http_version = HTTP_VERSION_2; in mod_openssl_alpn_select_cb()
3155 if (hctx->r->http_version < HTTP_VERSION_2 in connection_read_cq_ssl()
H A Dmod_gnutls.c1423 hctx->r->http_version = HTTP_VERSION_2; in mod_gnutls_ALPN()
H A Dmod_magnet.c1684 if (r->http_version >= HTTP_VERSION_2) { in magnet_resphdr_set_kv()
H A Dmod_wolfssl.c1843 hctx->r->http_version = HTTP_VERSION_2; in mod_openssl_alpn_select_cb()
H A Dmod_nss.c1375 hctx->r->http_version = HTTP_VERSION_2; in mod_nss_alpn_select_cb()
/lighttpd1.4/
H A DNEWS1515 * [core] HTTP_VERSION_2