summaryrefslogtreecommitdiff
path: root/internal/httpclient/client.go
AgeCommit message (Expand)AuthorFiles
2023-11-30[bugfix] return 400 Bad Request on more cases of malformed AS data (#2399)Libravatar kim1
2023-08-08[bugfix] only set content-length AFTER rewinding body bytes (#2086)Libravatar kim1
2023-08-03[feature] simpler cache size configuration (#2051)Libravatar kim1
2023-08-01[feature] Allow users to skip http client tls verification for testing purpos...Libravatar tobi1
2023-07-25[performance] retry db queries on busy errors (#2025)Libravatar kim1
2023-07-07[feature] enable + document explicit IP dialer allowing/denying (#1950)v0.10.0-rc1Libravatar tobi1
2023-06-02[performance] wrap httpclient response body to ensure drained before close (#...Libravatar kim1
2023-05-21[bugfix] Add back removed ValidateRequest() before backoff-retry loop (#1805)v0.9.0-rc2Libravatar kim1
2023-04-30[bugfix] tweak httpclient error handling again ... (#1721)Libravatar kim1
2023-04-29[performance] tweak http client error handling (#1718)Libravatar kim1
2023-04-28[performance] improved request batching (removes need for queueing) (#1687)Libravatar kim1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-02-19[chore] Move request validation earlier in client (#1531)Libravatar Daenney1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-11-26Additional IP range validations (#1152)Libravatar Daniele Sluijters1
2022-11-23[feature/performance] Fail fast when doing remote transport calls inside inco...Libravatar tobi1
2022-11-08[feature] various worker / request queue improvements (#995)Libravatar kim1
2022-09-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim1
2022-08-27[bugfix] Relax outgoing http request queue (#760)v0.4.0Libravatar tobi1
2022-07-18[chore] move dialer inside new (#715)Libravatar tobi1
2022-05-26[performance] Don't retry/backoff invalid http requests that will never succe...v0.3.4Libravatar tobi1
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim1