Searched refs:reqEc (Results 1 – 1 of 1) sorted by relevance
380 std::error_code reqEc; in handle() local385 req = std::make_shared<Request>(parser->release(), reqEc); in handle()386 if (reqEc) in handle()388 BMCWEB_LOG_DEBUG("Request failed to construct{}", reqEc.message()); in handle()