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