Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1022
IOBufferReader *
1023
Http2Stream::get_data_reader_for_send() const
1024
{
1025
return this->_send_reader;
1026
}
1027
1028
void
1029
Http2Stream::set_active_timeout(ink_hrtime timeout_in)
Callers
3
restart_sending
Method · 0.95
send_a_data_frame
Method · 0.80
send_data_frames
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected