return 504 instead of 404 for proxy type http request timeout (#4151)

This commit is contained in:
fatedier 2024-04-11 20:19:08 +08:00 committed by GitHub
parent 07946e9752
commit dd7e2e8473
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 162 additions and 74 deletions

View file

@ -1,6 +1,6 @@
service:
golangci-lint-version: 1.57.x # use the fixed version to not introduce new linters unexpectedly
run:
concurrency: 4
# timeout for analysis, e.g. 30s, 5m, default is 1m
@ -86,12 +86,8 @@ linters-settings:
severity: "low"
confidence: "low"
excludes:
- G102
- G112
- G306
- G401
- G402
- G404
- G501
issues: