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

Method close_read

include/proxy/http/HttpCacheSM.h:210–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 }
209
210 void
211 close_read()
212 {
213 if (cache_read_vc) {
214 Metrics::Gauge::decrement(http_rsb.current_cache_connections);
215 cache_read_vc->do_io_close();
216 cache_read_vc = nullptr;
217 }
218 }
219
220 void
221 end_both()

Callers

nothing calls this directly

Calls 1

do_io_closeMethod · 0.45

Tested by

no test coverage detected