MCPcopy 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
299inline void
300Http2Stream::mark_milestone(Http2StreamMilestone type)
301{
302 this->_milestones.mark(type);
303}
304
305inline bool
306Http2Stream::is_write_vio_done() const

Callers 4

Http2StreamMethod · 0.95
rcv_headers_frameMethod · 0.80
send_headers_frameMethod · 0.80

Calls 1

markMethod · 0.45

Tested by

no test coverage detected