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

Function header_request_busy

modules/metadata/mod_headers.c:232–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232static const char *header_request_busy(request_rec *r, char *a)
233{
234 ap_sload_t t;
235 ap_get_sload(&t);
236 return apr_psprintf(r->pool, "b=%d", t.busy);
237}
238
239/*
240 * Config routines

Callers

nothing calls this directly

Calls 1

ap_get_sloadFunction · 0.85

Tested by

no test coverage detected