You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HttpServerConfig::setRequestScope(bool) / isRequestScope() — opt out of the
per-request child async scope (default on, behaviour unchanged). When off, the
H1/H2/H3 handler coroutine reuses the connection scope directly, saving two
emalloc/efree per request; Async\request_context() then returns null (use ?->).
Wired through the per-worker view AND the cross-thread shared-config snapshot
(freeze + populate_from_shared), so the knob is honoured under setWorkers(N>1)
— not just single-worker. Setter is chainable and locks after start().
Tests: core/049 (default/toggle/chainable/locked/scope-off null context),
core/050 (multi-worker propagation). Bumps the stale version #define to 0.7.2;
CHANGELOG gains 0.7.2 + the previously-undocumented 0.7.1 (H3 stream credit).
0 commit comments