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