]> 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)
committerBen Darnell <ben@bendarnell.com>
Thu, 7 Aug 2025 20:59:13 +0000 (16:59 -0400)
commitccc1cf0ef9f4db434ce509e42ff4feee727724f8
tree9e0db1c2df675506ec4d2da74571915f1bbf733e
parent49d8481e649645affb39b5a058805e49b9e007bd
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