Home
last modified time | relevance | path

Searched refs:reqEc (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp240 std::error_code reqEc; in handle() local
245 req = std::make_shared<crow::Request>(parser->release(), reqEc); in handle()
246 if (reqEc) in handle()
248 BMCWEB_LOG_DEBUG("Request failed to construct{}", reqEc.message()); in handle()