summaryrefslogtreecommitdiff
path: root/internal/httpclient/queue_test.go
AgeCommit message (Collapse)AuthorFiles
2022-08-27[bugfix] Relax outgoing http request queue (#760)v0.4.0Libravatar tobi1
* add request queue trace logging * fix misleading wording * implement request slots per host per method * undo formatting change (?) * remove gratuitous trace logging * rename done -> release avoids confusion with ctx.Done