1
0
Fork 0
This commit is contained in:
Frank Celler 2016-05-22 21:28:17 +02:00
parent 30ef88df00
commit c4319f40bd
1 changed files with 1 additions and 1 deletions

View File

@ -840,12 +840,12 @@ void HttpCommTask::processRequest() {
LOG(TRACE) << "no handler is known, giving up";
clearRequest();
response.release();
handleSimpleError(GeneralResponse::ResponseCode::NOT_FOUND);
return;
}
response.release();
handler->setTaskId(_taskId, _loop);
// clear request object