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