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

Method unthrottle

include/proxy/http/HttpTunnel.h:761–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759}
760
761inline void
762HttpTunnelProducer::unthrottle()
763{
764 if (this->is_throttled()) {
765 this->set_throttle_src(nullptr);
766 }
767}
768
769inline HttpTunnel::FlowControl::FlowControl() : high_water(DEFAULT_WATER_MARK), low_water(DEFAULT_WATER_MARK) {}

Callers 1

consumer_reenableMethod · 0.80

Calls 2

is_throttledMethod · 0.95
set_throttle_srcMethod · 0.95

Tested by

no test coverage detected