| 136 | } |
| 137 | |
| 138 | static void h2_c2_log_io(conn_rec *c2, apr_off_t bytes_sent) |
| 139 | { |
| 140 | if (bytes_sent && h2_c_logio_add_bytes_out) { |
| 141 | h2_c_logio_add_bytes_out(c2, bytes_sent); |
| 142 | } |
| 143 | } |
| 144 | |
| 145 | void h2_c2_destroy(conn_rec *c2) |
| 146 | { |
no outgoing calls
no test coverage detected