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

Function ap_process_connection

server/connection.c:210–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210AP_CORE_DECLARE(void) ap_process_connection(conn_rec *c, void *csd)
211{
212 ap_update_vhost_given_ip(c);
213
214 ap_pre_connection(c, csd);
215
216 if (!c->aborted) {
217 ap_run_process_connection(c);
218 }
219}

Callers 6

slot_runFunction · 0.85
child_mainFunction · 0.85
worker_mainFunction · 0.85
process_socketFunction · 0.85
worker_mainFunction · 0.85
worker_mainFunction · 0.85

Calls 2

ap_update_vhost_given_ipFunction · 0.85
ap_pre_connectionFunction · 0.85

Tested by

no test coverage detected