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

Method abort_cache_write_finish_others

include/proxy/http/HttpTunnel.h:520–525  ·  view source on GitHub ↗

void HttpTunnel::abort_cache_write_finish_others Abort all downstream cache writes and finsish all other local consumers

Source from the content-addressed store, hash-verified

518// all other local consumers
519//
520inline void
521HttpTunnel::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//

Callers 3

tunnel_handler_serverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected