Searched refs:cgi_stdout_zero_length (Results 1 – 3 of 3) sorted by relevance
891 if (wsi->cgi_stdout_zero_length) { in lws_cgi_write_split_stdout_headers()900 wsi->cgi_stdout_zero_length = 1; in lws_cgi_write_split_stdout_headers()
701 if (wsi->mux_substream && !wsi->cgi_stdout_zero_length) in lws_callback_http_dummy()
785 unsigned int cgi_stdout_zero_length:1; member