added code to selective turn on/off an output thread

This commit is contained in:
2011-07-28 21:57:39 +00:00
parent f4ad3e3b66
commit 5e85ab6613
7 changed files with 229 additions and 73 deletions

View File

@ -156,7 +156,7 @@ int httpd_main (int argc, qse_char_t* argv[])
signal (SIGINT, sigint);
signal (SIGPIPE, SIG_IGN);
n = qse_httpd_loop (httpd);
n = qse_httpd_loop (httpd, 0);
signal (SIGINT, SIG_DFL);
signal (SIGPIPE, SIG_DFL);