Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_http_server/src/
Desp_httpd_priv.h86 bool first_chunk_sent; /*!< Used to indicate if first chunk sent */ member
Dhttpd_txrx.c316 if (!ra->first_chunk_sent) { in httpd_resp_send_chunk()
352 ra->first_chunk_sent = true; in httpd_resp_send_chunk()
Dhttpd_parse.c682 ra->first_chunk_sent = 0; in init_req_aux()
738 ra->first_chunk_sent = false; in httpd_req_new()