Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ mark_milestone
Method
mark_milestone
include/proxy/http2/Http2Stream.h:299–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
// INLINE
298
299
inline void
300
Http2Stream::mark_milestone(Http2StreamMilestone type)
301
{
302
this->_milestones.mark(type);
303
}
304
305
inline bool
306
Http2Stream::is_write_vio_done() const
Callers
4
Http2Stream
Method · 0.95
rcv_headers_frame
Method · 0.80
rcv_continuation_frame
Method · 0.80
send_headers_frame
Method · 0.80
Calls
1
mark
Method · 0.45
Tested by
no test coverage detected