]> git.ipfire.org Git - thirdparty/tornado.git/commit
websocket_ping: fix ping interval with non-zero timeout and improve docs.
authorOliver Sanders <oliver.sanders@metoffice.gov.uk>
Thu, 19 Jun 2025 10:06:29 +0000 (11:06 +0100)
committerOliver Sanders <oliver.sanders@metoffice.gov.uk>
Thu, 19 Jun 2025 10:48:47 +0000 (11:48 +0100)
commit56fc23fe20b4f19ac6cfbbb25611ad692e45082b
treed0dfb1dee3e0ebc88f1182abafaa069b815f1415
parentb5586f3f2956308a9dff1fba2c3ddbbbe1ab29d0
websocket_ping: fix ping interval with non-zero timeout and improve docs.

* 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.
docs/web.rst
tornado/websocket.py