| 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() |
nothing calls this directly
no test coverage detected