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

Method throttle

include/proxy/http/HttpTunnel.h:753–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751}
752
753inline void
754HttpTunnelProducer::throttle()
755{
756 if (!this->is_throttled()) {
757 this->set_throttle_src(this);
758 }
759}
760
761inline void
762HttpTunnelProducer::unthrottle()

Callers 1

consumer_reenableMethod · 0.80

Calls 2

is_throttledMethod · 0.95
set_throttle_srcMethod · 0.95

Tested by

no test coverage detected