Files
lisael-box/main
Clément Saillant d4b7700270 fix(box): harden file-server + register ordering
The PUT handler looped forever on HTTPD_SOCK_ERR_TIMEOUT, wedging the
single httpd worker when a push was cut off mid-transfer. Bound it to a
few idle waits and drop truncated files so they never block a re-push.
Receive into a 16 KB heap buffer with a matching stdio buffer. Register
with Tower last (after the first weather TLS fetch) so the content push
it triggers does not contend for memory at boot.
2026-06-15 07:45:04 +02:00
..