summaryrefslogtreecommitdiff
path: root/internal/api/util/response.go
AgeCommit message (Collapse)AuthorFiles
2023-12-18[feature] request blocking by http headers (#2409)Libravatar kim1
2023-12-16[performance] simpler throttling logic (#2407)Libravatar kim1
* reduce complexity of throttling logic to use 1 queue and an atomic int * use atomic add instead of CAS, add throttling test
2023-11-27[performance] http response encoding / writing improvements (#2374)Libravatar kim1