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

Method get_remote_reader

src/proxy/http2/Http2ServerSession.cc:410–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410IOBufferReader *
411Http2ServerSession::get_remote_reader()
412{
413 return _read_buffer_reader;
414}
415
416bool
417Http2ServerSession::is_protocol_framed() const

Calls

no outgoing calls

Tested by

no test coverage detected