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

Method is_write_vio_done

include/proxy/http2/Http2Stream.h:305–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305inline bool
306Http2Stream::is_write_vio_done() const
307{
308 return this->write_vio.ntodo() == 0;
309}
310
311inline void
312Http2Stream::update_sent_count(unsigned num_bytes)

Callers 4

send_a_data_frameMethod · 0.80
send_data_framesMethod · 0.80
send_headers_frameMethod · 0.80

Calls 1

ntodoMethod · 0.80

Tested by

no test coverage detected