We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d71977 commit 6c2e831Copy full SHA for 6c2e831
.github/workflows/go.yml
@@ -42,4 +42,4 @@ jobs:
42
- name: golangci-lint
43
uses: golangci/golangci-lint-action@v2
44
with:
45
- version: v1.43.0
+ version: v1.45.2
net/http/retryable.go
@@ -11,6 +11,7 @@ var (
11
http.StatusTooManyRequests: true,
12
http.StatusBadGateway: true,
13
http.StatusGatewayTimeout: true,
14
+ http.StatusRequestTimeout: true,
15
16
// 524 is a Cloudflare specific error which indicates it connected to the origin server but did not receive
17
// response within 100 seconds and so times out.
0 commit comments