Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp243 std::error_code reqEc; in handle() local
248 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()