v6.5.8: What's new in Tornado 6.5.8
Aug 6, 2026 Security fixes - Form-encoded ``POST`` bodies are now subject to a limit of 1000 arguments by default. This prevents a CPU and memory denial of service attack. This limit can be overridden via the `.set_parse_body_config` function. Thanks to `Arpit Jain <https://github.com/arpitjain099>`_ for reporting this issue. - Multipart parsing now rejects requests with an excessive number of par…