MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / disconnect

Method disconnect

lib/AsyncHttpClient/src/AsyncHttpClient.cpp:905–912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

903}
904
905void AsyncHttpClient::disconnect()
906{
907 if (true == m_tcpClient.connected())
908 {
909 LOG_INFO("Disconnecting from %s:%u%s.", m_hostname.c_str(), m_port, m_uri.c_str());
910 m_tcpClient.close();
911 }
912}
913
914void AsyncHttpClient::abort()
915{

Callers 2

entryMethod · 0.45
processMethod · 0.45

Calls 2

c_strMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected