Commit 99661ba
authored
Add stream error patterns to retryable errors (#686)
Treat HTTP/2 stream errors as retryable failures. These errors indicate
transient network or protocol issues that often resolve on subsequent
attempts. Adding stream error, INTERNAL_ERROR, and PROTOCOL_ERROR
patterns prevents premature failure when encountering temporary
connection problems.
Signed-off-by: Eric Curtin <eric.curtin@docker.com>1 parent 71cc4c6 commit 99661ba
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
180 | 183 | | |
181 | 184 | | |
182 | 185 | | |
| |||
0 commit comments