void HttpTunnel::abort_cache_write_finish_others Abort all downstream cache writes and finsish all other local consumers
| 518 | // all other local consumers |
| 519 | // |
| 520 | inline void |
| 521 | HttpTunnel::abort_cache_write_finish_others(HttpTunnelProducer *p) |
| 522 | { |
| 523 | chain_abort_cache_write(p); |
| 524 | local_finish_all(p); |
| 525 | } |
| 526 | |
| 527 | // void HttpTunnel::local_finish_all(HttpTunnelProducer* p) |
| 528 | // |
no outgoing calls
no test coverage detected