summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tornado_6.5.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-tornado: upgrade 6.5.1 -> 6.5.2Wang Mingyu2025-08-211-41/+0
| | | | | | | | | | | | | | | | Changelog: ============ - Fixed a bug that resulted in WebSocket pings not being sent at the configured interval. - Improved logging for invalid Host headers. This was previously logged as an uncaught exception with a stack trace, now it is simply a 400 response (logged as a warning in the access log). - Restored the host argument to HTTPServerRequest. This argument is deprecated and will be removed in the future, but its removal with no warning in 6.5.0 was a mistake. - Removed a debugging print statement that was left in the code. - Improved type hints for gen.multi. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tornado: upgrade 6.5 -> 6.5.1Wang Mingyu2025-06-091-0/+41
Changelog: - Fixed a bug in ''multipart/form-data'' parsing that could incorrectly reject filenames containing characters above U+00FF Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>