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

Method accept_callback

app/master/daemon/manage/http_server.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool http_server::accept_callback(acl::aio_socket_stream* client)
34{
35 http_client* hc = new http_client(client, rw_timeout_);
36 hc->wait();
37 return true;
38}

Callers

nothing calls this directly

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected