mirror of https://gitee.com/bigwinds/arangodb
explicitly set clientTaskId
This commit is contained in:
parent
5052682b40
commit
6624c00215
|
@ -276,6 +276,9 @@ Handler::status_t RestBatchHandler::execute () {
|
||||||
return status_t(Handler::HANDLER_FAILED);
|
return status_t(Handler::HANDLER_FAILED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// we do not have a client task id here
|
||||||
|
request->setClientTaskId(0);
|
||||||
|
|
||||||
// inject the request context from the framing (batch) request
|
// inject the request context from the framing (batch) request
|
||||||
// the "false" means the context is not responsible for resource handling
|
// the "false" means the context is not responsible for resource handling
|
||||||
request->setRequestContext(_request->getRequestContext(), false);
|
request->setRequestContext(_request->getRequestContext(), false);
|
||||||
|
|
Loading…
Reference in New Issue