mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
7fc8ee4c60
Verifies that streamLogs properly returns ctx.Err() when the context is cancelled while waiting for logs. This covers the case where a user interrupts an SSH connection (e.g., Ctrl+C) during startup script execution. Refs #21104