added preloop and postloop hooks into qse_httpd_ecb_t.

added qse_httpd_custom_t for customized event dispatching
allowed dns and urs services to be disabled programatically
added qse_httpd_addhnd() and qse_httpd_delhnd() for customized event dispatching
This commit is contained in:
2014-10-30 05:53:35 +00:00
parent 85dca3e39a
commit 75dea7aa43
5 changed files with 125 additions and 19 deletions

View File

@ -30,7 +30,6 @@
#elif defined(__DOS__)
# include <dos.h>
# include <tcp.h> /* watt-32 */
# include <conio.h>
#else
# include <unistd.h>
# include <errno.h>
@ -2797,6 +2796,8 @@ int qse_main (int argc, qse_achar_t* argv[])
ret = -1;
goto oops;
}
/*trace2com_init (1, 38400);*/
#endif
#if defined(HAVE_SSL)