示例#1
0
文件: cgi.c 项目: skyformat99/cgi
static void destory(){
    httpDestroy(); 
}
示例#2
0
文件: service.c 项目: DavidQuan/http
/*
    Http terminator called from mprDestroy
 */
static void terminateHttp(int state, int how, int status)
{
    if (state >= MPR_STOPPED) {
        httpDestroy();
    }
}