summaryrefslogtreecommitdiff
path: root/internal/httpclient/request.go
AgeCommit message (Collapse)AuthorFiles
2022-05-26[performance] Don't retry/backoff invalid http requests that will never ↵v0.3.4Libravatar tobi1
succeed (#609) * add httpguts (ew) * add ValidateRequest err wrapping logic * don't retry on unrecoverable errors * i am very clever