MCPcopy Create free account
hub / github.com/3rdparty/libprocess / initialize

Method initialize

src/http.cpp:1217–1223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215
1216protected:
1217 void initialize() override
1218 {
1219 // Start the read loop on the socket. We read independently
1220 // of the requests being sent in order to detect socket
1221 // closure at any time.
1222 read();
1223 }
1224
1225 void finalize() override
1226 {

Callers

nothing calls this directly

Calls 1

readFunction · 0.70

Tested by

no test coverage detected