Home
last modified time | relevance | path

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

/lighttpd1.4/src/t/
H A Dtest_mod_staticfile.c140 http_header_request_unset(r, HTTP_HEADER_IF_MODIFIED_SINCE, in test_http_response_send_file()
232 http_header_request_unset(r, HTTP_HEADER_IF_MODIFIED_SINCE, in test_http_response_send_file()
280 http_header_request_unset(r, HTTP_HEADER_RANGE, CONST_STR_LEN("Range")); in test_http_response_send_file()
312 http_header_request_unset(r, HTTP_HEADER_IF_NONE_MATCH, in test_http_response_send_file()
/lighttpd1.4/src/
H A Dhttp_header.h128 void http_header_request_unset(request_st *r, enum http_header_e id, const char *k, uint32_t klen);
H A Dmod_setenv.c211 : http_header_request_unset(r, ds->ext, BUF_PTR_LEN(&ds->key)); in URIHANDLER_FUNC()
H A Drequest.c1272http_header_request_unset(r, HTTP_HEADER_CONTENT_LENGTH, CONST_STR_LEN("Content-Length")); in http_request_parse()
1378 http_header_request_unset(r, HTTP_HEADER_UPGRADE, in http_request_headers_process_h2()
H A Dhttp_header.c305 void http_header_request_unset(request_st * const r, enum http_header_e id, const char *k, uint32_t… in http_header_request_unset() function
H A Dh2.c3028 http_header_request_unset(r, HTTP_HEADER_UPGRADE, in h2_check_con_upgrade_h2c()
3033 http_header_request_unset(r, HTTP_HEADER_UPGRADE, in h2_check_con_upgrade_h2c()
3066 http_header_request_unset(r, HTTP_HEADER_HTTP2_SETTINGS, in h2_check_con_upgrade_h2c()
3070 http_header_request_unset(r, HTTP_HEADER_UPGRADE, in h2_check_con_upgrade_h2c()
H A Dmod_cgi.c1037 http_header_request_unset(r, HTTP_HEADER_UPGRADE, in URIHANDLER_FUNC()
H A Dconnections.c1835 http_header_request_unset(r, HTTP_HEADER_EXPECT, in connection_check_expect_100()
H A Dmod_magnet.c1632 : http_header_request_unset(r, id, k.ptr, k.len); in magnet_reqhdr_set()