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

Method close_write

include/proxy/http/HttpCacheSM.h:200–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199
200 void
201 close_write()
202 {
203 if (cache_write_vc) {
204 Metrics::Gauge::decrement(http_rsb.current_cache_connections);
205 cache_write_vc->do_io_close();
206 cache_write_vc = nullptr;
207 }
208 }
209
210 void
211 close_read()

Callers

nothing calls this directly

Calls 1

do_io_closeMethod · 0.45

Tested by

no test coverage detected