Home
last modified time | relevance | path

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

/dports/www/uwsgi/uwsgi-2.0.20/plugins/cgi/
H A Dcgi_plugin.c24 int close_stdin_on_eof; member
74 …in-on-eof", no_argument, 0, "close STDIN on input EOF", uwsgi_opt_true, &uc.close_stdin_on_eof, 0},
710 if (uc.close_stdin_on_eof) { in uwsgi_cgi_run()