-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Comparing changes
Open a pull request
base repository: tornadoweb/tornado
base: v6.5.1
head repository: tornadoweb/tornado
compare: v6.5.2
- 10 commits
- 12 files changed
- 3 contributors
Commits on Jun 19, 2025
-
websocket_ping: fix ping interval with non-zero timeout and improve d…
…ocs. * Fix a bug that caused the ping interval to be less frequent than configured. * Fix erroneous documentation of the websocket_ping_timeout default and clarify units for the ping interval.
Configuration menu - View commit details
-
Copy full SHA for 56fc23f - Browse repository at this point
Copy the full SHA 56fc23fView commit details
Commits on Jul 24, 2025
-
websocket: Expand testing of next-ping calculation
Includes end-to-end tests that the correct number of pings are sent (piggybacking on an existing test) and a unit test for the `ping_sleep_time` calculation.
Configuration menu - View commit details
-
Copy full SHA for 3fc1d91 - Browse repository at this point
Copy the full SHA 3fc1d91View commit details -
Merge pull request #3513 from oliver-sanders/3258.fix
websocket_ping: fix ping interval with non-zero timeout and improve docs
Configuration menu - View commit details
-
Copy full SHA for 38c6f59 - Browse repository at this point
Copy the full SHA 38c6f59View commit details
Commits on Aug 7, 2025
-
httputil: Remove a debug print left in by mistake
Found thanks to #3510
Configuration menu - View commit details
-
Copy full SHA for b5d2f3c - Browse repository at this point
Copy the full SHA b5d2f3cView commit details -
Add overloads to gen.multi() (#3515)
Add overloads to gen.multi(). Closes #3514.
Configuration menu - View commit details
-
Copy full SHA for b16916c - Browse repository at this point
Copy the full SHA b16916cView commit details -
httputil: Restore the host argument to HTTPServerRequest
This argument was mistakenly removed in Tornado 6.5.0 with no warning; it is now back but deprecated. The host header should be used instead. Updates #3468
Configuration menu - View commit details
-
Copy full SHA for 4ff5594 - Browse repository at this point
Copy the full SHA 4ff5594View commit details -
http1connection: Improve error logging for invalid host headers
This was previously being logged as an uncaught exception in application code, which is wrong for a malformed request. HTTPInputError now passes through the app-error logging to be caught and reported as a 400 (which logs at the warning level to the access log and info to the general log). Fixes #3510
Configuration menu - View commit details
-
Copy full SHA for c0d3e6d - Browse repository at this point
Copy the full SHA c0d3e6dView commit details -
Merge pull request #3527 from bdarnell/backports-6.5.2
Backport bug fixes to 6.5 branch for 6.5.2
Configuration menu - View commit details
-
Copy full SHA for 8cbc4bf - Browse repository at this point
Copy the full SHA 8cbc4bfView commit details
Commits on Aug 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for be9c374 - Browse repository at this point
Copy the full SHA be9c374View commit details -
Merge pull request #3529 from bdarnell/relnotes-652
Release notes for 6.5.2
Configuration menu - View commit details
-
Copy full SHA for 547e6d8 - Browse repository at this point
Copy the full SHA 547e6d8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.5.1...v6.5.2