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

Method abort

lib/AsyncHttpClient/src/AsyncHttpClient.cpp:914–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912}
913
914void AsyncHttpClient::abort()
915{
916 if (true == m_tcpClient.connected())
917 {
918 LOG_INFO("Aborting connection to %s:%u%s.", m_hostname.c_str(), m_port, m_uri.c_str());
919 m_tcpClient.abort();
920 }
921}
922
923bool AsyncHttpClient::getRequest()
924{

Callers 2

bodyHandlerMethod · 0.80
processTaskMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected