Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp273 keepAlive = req->keepAlive(); in handle()
374 res.keepAlive(keepAlive); in completeRequest()
465 keepAlive = false; in handleContentLengthError()
501 keepAlive = false; in doReadHeaders()
585 keepAlive = false; in doRead()
642 if (!keepAlive) in afterDoWrite()
752 bool keepAlive = true; member in crow::Connection
H A Dhttp_client.hpp682 void sendNext(bool keepAlive, uint32_t connId) in sendNext() argument
700 if (keepAlive) in sendNext()
715 if (keepAlive) in sendNext()
799 bool keepAlive, uint32_t connId, Response& res) in afterSendData() argument
815 self->sendNext(keepAlive, connId); in afterSendData()
H A Dhttp_response.hpp156 void keepAlive(bool k) in keepAlive() function
161 bool keepAlive() const in keepAlive() function
H A Dhttp_request.hpp139 bool keepAlive() const in keepAlive() function
/openbmc/bmcweb/test/http/
H A Dhttp_response_test.cpp23 res.keepAlive(true); in addHeaders()
29 EXPECT_EQ(res.keepAlive(), true); in verifyHeaders()
H A Dhttp_connection_test.cpp41 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.py229 def keepAlive(self, t): member in TerminalFilter
661 termfilter.keepAlive(printinterval)