14 Oct
2005
14 Oct
'05
1 p.m.
At least I think thats the sequence of events I am troubleshooting now. Here is a snippet in request_process.c case REQUEST_FAIL_SERVER_TIMEOUT: radlog(L_ERR, "TIMEOUT for request %d in module %s, component %s", request->number, request->module ? request->module : "<server core>", request->component ? request->component : "<server core>"); /* * Tell the server to stop processing the request */ request->options |= RAD_REQUEST_OPTION_STOP_NOW; /* This is the line I have added?? */ request->finished = TRUE; break;