MCPcopy Create free account
hub / github.com/acl-dev/acl / on_connect

Method on_connect

lib_acl_cpp/samples/aio/http_client/http_stream.cpp:21–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21bool http_stream::on_connect(void)
22{
23 client_.on_connect(*this);
24 printf(">>> begin send_request\r\n");
25
26 //this->ws_handshake();
27 this->send_request(NULL, 0);
28
29 return true;
30}
31
32void http_stream::on_disconnect(void)
33{

Callers 2

handle_connectMethod · 0.45
handle_ssl_handshakeMethod · 0.45

Calls 1

send_requestMethod · 0.45

Tested by

no test coverage detected