Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle cancellation due client disconnect
Handle client disconnect during the request handling gracefully. E.g. if no primary selected, asyncio.sleep gets cancelled, and aiohttp handles it correctly, and it should not trigger internal server errors.
- Loading branch information