Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dh2.c3021 buffer *http_connection, *http2_settings; in h2_check_con_upgrade_h2c() local
3025 http_connection = http_header_request_get(r, HTTP_HEADER_CONNECTION, in h2_check_con_upgrade_h2c()
3027 if (NULL == http_connection) { in h2_check_con_upgrade_h2c()
3035 http_header_remove_token(http_connection, CONST_STR_LEN("Upgrade")); in h2_check_con_upgrade_h2c()
3052 http_header_str_contains_token(BUF_PTR_LEN(http_connection), in h2_check_con_upgrade_h2c()
3068 http_header_remove_token(http_connection, CONST_STR_LEN("HTTP2-Settings")); in h2_check_con_upgrade_h2c()
3072 http_header_remove_token(http_connection, CONST_STR_LEN("Upgrade")); in h2_check_con_upgrade_h2c()