mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
By tracking and closing sessions manually before closing the underlying connections, we ensure that the termination is propagated to SSH/SFTP clients and they're not left waiting for a connection timeout. Refs: #6177