mirror of
https://github.com/fosrl/gerbil.git
synced 2026-07-13 01:32:12 -05:00
[PR #63] [MERGED] perf(proxy): Add HTTP client reuse and buffer pooling #348
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/gerbil/pull/63
Author: @LaurenceJJones
Created: 3/13/2026
Status: ✅ Merged
Merged: 4/3/2026
Merged by: @marcschaeferger
Base:
dev← Head:proxy-perf-improvements📝 Commits (3)
c7d9c72Add HTTP client reuse and buffer pooling for performancec3ed355Merge branch 'dev' into proxy-perf-improvements58415derefactor: remove redundant HTTP client instantiation in getRoute method📊 Changes
1 file changed (+40 additions, -8 deletions)
View changed files
📝
proxy/proxy.go(+40 -8)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
How to test?
Internal proxy usage
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.