mirror of
https://github.com/fosrl/gerbil.git
synced 2026-05-12 19:29:55 +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