added code to selective turn on/off an output thread
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user