| 230 | } |
| 231 | |
| 232 | static 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 |
nothing calls this directly
no test coverage detected