mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
df429b7f60
Modifies chatloop error classification behaviour to treat the following as retryable:
* HTTP/2 `force closed`
* GOAWAY
* use of closed network connection
* Modfies user-facing retry banner to show "<provider> is temporarily
unavailable."
Relates to CODAGT-212.
> 🤖