mirror of
https://github.com/fosrl/gerbil.git
synced 2026-03-27 04:56:42 +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