Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
354
inline bool
355
Http2Stream::trailing_header_is_possible() const
356
{
357
return _trailing_header_is_possible;
358
}
359
360
inline void
361
Http2Stream::set_trailing_header_is_possible()
Callers
2
send_headers
Method · 0.95
rcv_headers_frame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected