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

Method on_accept

lib_acl_cpp/samples/cgi_upload/main.cpp:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 ~master_service() {}
302protected:
303 virtual void on_accept(socket_stream* stream)
304 {
305 do_run(stream);
306 }
307};
308
309// WEB ����ģʽ

Callers

nothing calls this directly

Calls 1

do_runFunction · 0.70

Tested by

no test coverage detected