1
0
Fork 0

explicitly set clientTaskId

This commit is contained in:
Jan Steemann 2015-04-15 17:30:14 +02:00
parent 5052682b40
commit 6624c00215
1 changed files with 3 additions and 0 deletions

View File

@ -276,6 +276,9 @@ Handler::status_t RestBatchHandler::execute () {
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
// the "false" means the context is not responsible for resource handling
request->setRequestContext(_request->getRequestContext(), false);