Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ h2_workers_get_max_workers
Function
h2_workers_get_max_workers
modules/http2/h2_workers.c:543–546 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
541
}
542
543
apr_uint32_t h2_workers_get_max_workers(h2_workers *workers)
544
{
545
return workers->max_slots;
546
}
547
548
void h2_workers_shutdown(h2_workers *workers, int graceful)
549
{
Callers
1
h2_mplx_c1_create
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected