Changes for version 0.22 - 2026-08-16
- t/27-sendfile.t asserted the worker's ABSOLUTE RSS stayed under 60MB after a 16MB download, but a worker's absolute size is a property of the perl build - static-libperl and threaded smokers idle at 62-83MB and failed the test with streaming working perfectly. It now measures the GROWTH across the download (baseline RSS before, probe after) and asserts it stays under 8MB
Modules
an event-loop PSGI server
epoll readiness backend for Hyperman::Loop
io_uring backend for Hyperman::Loop
kqueue readiness backend for Hyperman::Loop
portable poll(2) backend for Hyperman::Loop
a fast, native, Future-compatible async result
the per-worker event loop
Plack/PSGI adapter for the Hyperman server