MCPcopy Create free account
hub / github.com/chronoxor/CppServer / onReceived

Method onReceived

performance/http_trace_client.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 void onReceived(const void* buffer, size_t size) override
55 {
56 _received += size;
57 timestamp_stop = Timestamp::nano();
58 total_bytes += size;
59 HTTPClient::onReceived(buffer, size);
60 }
61
62 void onReceivedResponse(const HTTPResponse& response) override
63 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected