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

Method connect_callback

lib_acl_cpp/src/http/http_aclient.cpp:241–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241int http_aclient::connect_callback(const ACL_ASTREAM_CTX *ctx)
242{
243 assert(ctx);
244 http_aclient* me = (http_aclient*) acl_astream_get_ctx(ctx);
245 assert(me);
246 return me->handle_connect(ctx) ? 0 : -1;
247}
248
249bool http_aclient::timeout_callback()
250{

Callers

nothing calls this directly

Calls 2

acl_astream_get_ctxFunction · 0.85
handle_connectMethod · 0.45

Tested by

no test coverage detected