Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/makefsdata/
H A Dmakefsdata.c157 unsigned char includeHttpHeader = 1; variable
222 includeHttpHeader = 0; in main()
283 (includeHttpHeader ? (useHttp11 ? "1.1 " : "1.0 ") : ""), in main()
284 (includeHttpHeader ? "be" : "not be")); in main()
754 …file_data = get_file_data(filename, &file_size, includeHttpHeader && has_content_len, &is_compress… in process_file()
755 if (includeHttpHeader) { in process_file()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/makefsdata/
H A Dmakefsdata.c136 unsigned char includeHttpHeader = 1; variable
212 includeHttpHeader = 0; in main()
286 (includeHttpHeader ? (useHttp11 ? "1.1 " : "1.0 ") : ""), in main()
287 (includeHttpHeader ? "be" : "not be")); in main()
953 can_be_compressed = includeHttpHeader && !is_ssi && file_can_be_compressed(filename); in process_file()
955 if (includeHttpHeader) { in process_file()