Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
753
inline void
754
HttpTunnelProducer::throttle()
755
{
756
if (!this->is_throttled()) {
757
this->set_throttle_src(this);
758
}
759
}
760
761
inline void
762
HttpTunnelProducer::unthrottle()
Callers
1
consumer_reenable
Method · 0.80
Calls
2
is_throttled
Method · 0.95
set_throttle_src
Method · 0.95
Tested by
no test coverage detected