MCPcopy Create free account
hub / github.com/apache/trafficserver / update_sent_count

Method update_sent_count

include/proxy/http2/Http2Stream.h:311–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311inline void
312Http2Stream::update_sent_count(unsigned num_bytes)
313{
314 bytes_sent += num_bytes;
315 this->write_vio.ndone += num_bytes;
316}
317
318inline Http2StreamId
319Http2Stream::get_id() const

Callers 1

send_a_data_frameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected