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

Method trailing_header_is_possible

include/proxy/http2/Http2Stream.h:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354inline bool
355Http2Stream::trailing_header_is_possible() const
356{
357 return _trailing_header_is_possible;
358}
359
360inline void
361Http2Stream::set_trailing_header_is_possible()

Callers 2

send_headersMethod · 0.95
rcv_headers_frameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected