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

Method is_handling_chunked_content

include/proxy/http/HttpTunnel.h:725–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725inline bool
726HttpTunnelProducer::is_handling_chunked_content() const
727{
728 return do_chunking || do_dechunking || do_chunked_passthru;
729}
730
731inline bool
732HttpTunnelProducer::is_source() const

Callers 4

producer_runMethod · 0.80
producer_handlerMethod · 0.80
chain_abort_allMethod · 0.80
close_vcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected