mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-09-02 15:02:51 +08:00
Record the announced body length alongside Content-Type and the session cookie. The value goes through parse_short(), so an announcement that does not fit sixteen bits saturates at 0xffff rather than wrapping to something the size checks would accept, and a missing or unparseable header reads as 0. Nothing consumes it yet; the plain POST endpoints take it up next.