Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp342 [self(shared_from_this())](crow::Response& thisRes) { in doUpgrade() argument
343 if (thisRes.result() != boost::beast::http::status::ok) in doUpgrade()
351 self->completeRequest(thisRes); in doUpgrade()
436 [self(shared_from_this())](Response& thisRes) { in handle() argument
437 self->completeRequest(thisRes); in handle()
492 void completeRequest(Response& thisRes) in completeRequest() argument
494 res = std::move(thisRes); in completeRequest()
H A Dhttp2_connection.hpp309 Response& thisRes = it->second.res; in onRequestRecv() local
311 thisRes.setCompleteRequestHandler( in onRequestRecv()