Name: | python3-tornado |
---|---|
Version: | 6.4.2 |
Release: | 2.el9_6.2 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 4155580 |
License: | ASL 2.0 |
RPM: | python3-tornado-6.4.2-2.el9_6.2.aarch64.rpm |
Source RPM: | python-tornado-6.4.2-2.el9_6.2.src.rpm |
Build Date: | Mon May 26 2025 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.tornadoweb.org |
Summary: | Scalable, non-blocking web server and tools |
Description: | Tornado is an open source version of the scalable, non-blocking web server and tools. The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast. Because it is non-blocking and uses epoll, it can handle thousands of simultaneous standing connections, which means it is ideal for real-time web services. |
- tests: add ci_test.fmf + update gating.yaml Related: RHEL-91999
- httputil: Raise errors instead of logging in multipart/form-data parsing Resolves: RHEL-91999
- Bump release to prevent clash with 9.5.z NVR Resolves: RHEL-68667
- Update to 6.4.2 Resolves: RHEL-68667
- Fix an open redirect in StaticFileHandler Resolves: CVE-2023-28370