mirror of
https://github.com/fosrl/gerbil.git
synced 2026-03-28 05:26:41 +00:00
- Add reusable HTTP client with connection pooling for API requests - Add sync.Pool for 32KB buffers used in connection piping - Clear buffers before returning to pool to prevent data leakage - Reduces GC pressure and improves throughput under load