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

Method is_recursing

include/proxy/http2/Http2CommonSession.h:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226inline bool
227Http2CommonSession::is_recursing() const
228{
229 return recursion > 0;
230}
231
232inline bool
233Http2CommonSession::get_half_close_local_flag() const

Callers 4

main_event_handlerMethod · 0.45
main_event_handlerMethod · 0.45
main_event_handlerMethod · 0.45
common_freeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected