Skip to content

Commit

Permalink
allowedErrorCodes: adds '407 Proxy Authentication Required'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielLahiany authored and mjuraga committed Jan 27, 2025
1 parent d872291 commit b286485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config-parser/parsers/http/actions/return.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ var allowedErrorCodes = map[int64]struct{}{ //nolint:gochecknoglobals
403: {},
404: {},
405: {},
407: {},
408: {},
410: {},
413: {},
Expand Down

0 comments on commit b286485

Please sign in to comment.