Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: optimize curl connection settings
Improve performance of HTTP requests by: - Enabling keepalive connections with 60s timeout - Disabling compression since responses are already streamed - Maintaining TCP nodelay and no-buffer settings for efficient streaming - Adding explicit timeouts for better connection handling The changes aim to reduce latency and improve overall request efficiency while maintaining reliable streaming behavior.
- Loading branch information