MCPcopy Create free account
hub / github.com/apache/httpd / h2_c2_log_io

Function h2_c2_log_io

modules/http2/h2_c2.c:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138static 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
145void h2_c2_destroy(conn_rec *c2)
146{

Callers 2

h2_c2_destroyFunction · 0.85
h2_c2_abortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected