mirror of https://gitee.com/bigwinds/arangodb
WIP
This commit is contained in:
parent
30ef88df00
commit
c4319f40bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue