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

Function close_stream

lib_protocol/samples/http_probe/probe_run.cpp:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11static void timer_fn(int event_type, ACL_EVENT *event, void *context);
12
13static void close_stream(PROBE_SERVER *server)
14{
15 if (server->stream != NULL) {
16 ACL_ASTREAM *stream = server->stream;
17 server->stream = NULL;
18 acl_aio_iocp_close(stream);
19 }
20}
21
22static void timer_retry(PROBE_SERVER *server)
23{

Callers 3

timer_retryFunction · 0.70
get_body_readyFunction · 0.70
get_header_readyFunction · 0.70

Calls 1

acl_aio_iocp_closeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…