Exemple #1
0
static void destory(){
    httpDestroy(); 
}
Exemple #2
0
/*
    Http terminator called from mprDestroy
 */
static void terminateHttp(int state, int how, int status)
{
    if (state >= MPR_STOPPED) {
        httpDestroy();
    }
}