Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
311
inline void
312
Http2Stream::update_sent_count(unsigned num_bytes)
313
{
314
bytes_sent += num_bytes;
315
this->write_vio.ndone += num_bytes;
316
}
317
318
inline Http2StreamId
319
Http2Stream::get_id() const
Callers
1
send_a_data_frame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected