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

Method get_data_reader_for_send

src/proxy/http2/Http2Stream.cc:1022–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020}
1021
1022IOBufferReader *
1023Http2Stream::get_data_reader_for_send() const
1024{
1025 return this->_send_reader;
1026}
1027
1028void
1029Http2Stream::set_active_timeout(ink_hrtime timeout_in)

Callers 3

restart_sendingMethod · 0.95
send_a_data_frameMethod · 0.80
send_data_framesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected