Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tornadoweb/tornado
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.5.1
Choose a base ref
...
head repository: tornadoweb/tornado
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.5.2
Choose a head ref
  • 10 commits
  • 12 files changed
  • 3 contributors

Commits on Jun 19, 2025

  1. 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.
    oliver-sanders committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    56fc23f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. 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.
    bdarnell committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    3fc1d91 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3513 from oliver-sanders/3258.fix

    websocket_ping: fix ping interval with non-zero timeout and improve docs
    bdarnell authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    38c6f59 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. httputil: Remove a debug print left in by mistake

    Found thanks to #3510
    bdarnell committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    b5d2f3c View commit details
    Browse the repository at this point in the history
  2. Add overloads to gen.multi() (#3515)

    Add overloads to gen.multi(). Closes #3514.
    jrheard authored and bdarnell committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    b16916c View commit details
    Browse the repository at this point in the history
  3. 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
    bdarnell committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    4ff5594 View commit details
    Browse the repository at this point in the history
  4. 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
    bdarnell committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    c0d3e6d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3527 from bdarnell/backports-6.5.2

    Backport bug fixes to 6.5 branch for 6.5.2
    bdarnell authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    8cbc4bf View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Release notes for 6.5.2

    bdarnell committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    be9c374 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3529 from bdarnell/relnotes-652

    Release notes for 6.5.2
    bdarnell authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    547e6d8 View commit details
    Browse the repository at this point in the history
Loading