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

Method is_sink

include/proxy/http/HttpTunnel.h:719–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719inline bool
720HttpTunnelConsumer::is_sink() const
721{
722 return HT_HTTP_CLIENT == vc_type || HT_CACHE_WRITE == vc_type;
723}
724
725inline bool
726HttpTunnelProducer::is_handling_chunked_content() const

Callers 3

backlogMethod · 0.80
set_throttle_srcMethod · 0.80
consumer_reenableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected