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

Method connect

lib/AsyncHttpClient/src/AsyncHttpClient.cpp:897–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895}
896
897bool AsyncHttpClient::connect()
898{
899 LOG_INFO("Connecting to %s:%u%s.", m_hostname.c_str(), m_port, m_uri.c_str());
900 LOG_DEBUG("Available heap: %u", heap_caps_get_free_size(MALLOC_CAP_INTERNAL | MALLOC_CAP_DEFAULT));
901
902 return m_tcpClient.connect(m_hostname.c_str(), m_port, m_isSecure);
903}
904
905void AsyncHttpClient::disconnect()
906{

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected