Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dhttp_header.h113 int http_header_remove_token (buffer * const b, const char * const m, const uint32_t mlen);
H A Dhttp_header.c166 int http_header_remove_token (buffer * const b, const char * const m, const uint32_t mlen) in http_header_remove_token() function
H A Dh2.c3035 http_header_remove_token(http_connection, CONST_STR_LEN("Upgrade")); 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()
/lighttpd1.4/
H A DNEWS1493 * [core] http_header_remove_token()