| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected