Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp410 keepAlive = req->keepAlive(); in handle()
490 res.keepAlive(keepAlive); in completeRequest()
583 keepAlive = false; in handleContentLengthError()
609 keepAlive = false; in afterReadHeaders()
711 keepAlive = false; in afterRead()
804 if (!keepAlive) in afterDoWrite()
935 bool keepAlive = true; member in crow::Connection
H A Dhttp_client.hpp690 void sendNext(bool keepAlive, uint32_t connId) in sendNext() argument
708 if (keepAlive) in sendNext()
723 if (keepAlive) in sendNext()
807 bool keepAlive, uint32_t connId, Response& res) in afterSendData() argument
823 self->sendNext(keepAlive, connId); in afterSendData()
H A Dhttp_response.hpp174 void keepAlive(bool k) in keepAlive() function
179 bool keepAlive() const in keepAlive() function
H A Dhttp_request.hpp157 bool keepAlive() const in keepAlive() function
/openbmc/bmcweb/test/http/
H A Dhttp_response_test.cpp25 res.keepAlive(true); in addHeaders()
31 EXPECT_EQ(res.keepAlive(), true); in verifyHeaders()
H A Dhttp_connection_test.cpp47 EXPECT_FALSE(req->keepAlive()); in handle()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.4.rst20 - bitbake: knotty: display active tasks when printing keepAlive() message
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dknotty.py236 def keepAlive(self, t): member in TerminalFilter
680 termfilter.keepAlive(printinterval)