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