Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp371 std::error_code reqEc; in hardClose()
376 req = std::make_shared<crow::Request>(parser->release(), reqEc); in tlsShutdownComplete()
377 if (reqEc) in tlsShutdownComplete()
379 BMCWEB_LOG_DEBUG("Request failed to construct{}", reqEc.message()); in tlsShutdownComplete()
259 std::error_code reqEc; handle() local