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";
|
LOG(TRACE) << "no handler is known, giving up";
|
||||||
|
|
||||||
clearRequest();
|
clearRequest();
|
||||||
response.release();
|
|
||||||
|
|
||||||
handleSimpleError(GeneralResponse::ResponseCode::NOT_FOUND);
|
handleSimpleError(GeneralResponse::ResponseCode::NOT_FOUND);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
response.release();
|
||||||
handler->setTaskId(_taskId, _loop);
|
handler->setTaskId(_taskId, _loop);
|
||||||
|
|
||||||
// clear request object
|
// clear request object
|
||||||
|
|
Loading…
Reference in New Issue