Searched refs:content_charset (Results 1 – 1 of 1) sorted by relevance
74 buffer *content_charset; member159 p->content_charset = buffer_init(); in INIT_FUNC()190 buffer_free(p->content_charset); in FREE_FUNC()884 buffer_copy_string_len(p->content_charset, CONST_STR_LEN("text/html; charset=")); in http_list_directory()885 buffer_append_string_buffer(p->content_charset, p->conf.encoding); in http_list_directory()886 …ponse_header_overwrite(srv, con, CONST_STR_LEN("Content-Type"), CONST_BUF_LEN(p->content_charset)); in http_list_directory()