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