예제 #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();
    }
}