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

Method on_accept

lib_acl_cpp/samples/http/cgi_env/http_servlet.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 ~master_service() {}
79protected:
80 virtual void on_accept(socket_stream* stream)
81 {
82 do_run(stream);
83 }
84};
85
86// WEB ����ģʽ

Callers

nothing calls this directly

Calls 1

do_runFunction · 0.70

Tested by

no test coverage detected