Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_client.hpp146 uint32_t connId; member in crow::ConnectionInfo
175 BMCWEB_LOG_DEBUG("Trying to resolve: {}, id: {}", host, connId); in doResolve()
193 BMCWEB_LOG_DEBUG("Resolved {}, id: {}", host, connId); in afterResolve()
196 BMCWEB_LOG_DEBUG("Trying to connect to: {}, id: {}", host, connId); in afterResolve()
223 connId, ec.message()); in afterConnect()
230 connId); in afterConnect()
268 BMCWEB_LOG_ERROR("SSL Handshake failed - id: {} error: {}", connId, in afterSslHandshake()
274 BMCWEB_LOG_DEBUG("SSL Handshake successful - id: {}", connId); in afterSslHandshake()
421 callback(parser->keep_alive(), connId, res); in afterRead()
469 callback(false, connId, res); in waitAndRetry()
[all …]