commit | 1d0d49a7e86257ff95b4de0685e6997d7533993c | [log] [tgz] |
---|---|---|
author | Pierre Ossman (ThinLinc team) <ossman@cendio.se> | Mon Mar 11 20:43:30 2024 +0100 |
committer | GitHub <noreply@github.com> | Mon Mar 11 12:43:30 2024 -0700 |
tree | 57b29921aa8502024674411fb495cc9dfaacaadd | |
parent | 872c0714fcdc168ce4a69bdd0346f2d5dd488ec2 [diff] |
gh-113538: Add asycio.Server.{close,abort}_clients (#114432) These give applications the option of more forcefully terminating client connections for asyncio servers. Useful when terminating a service and there is limited time to wait for clients to finish up their work.