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

Method onSent

performance/http_trace_client.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 void onSent(size_t sent, size_t pending) override
49 {
50 _sent += sent;
51 HTTPClient::onSent(sent, pending);
52 }
53
54 void onReceived(const void* buffer, size_t size) override
55 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected