Hacker News new | ask | show | jobs
by iforgotpassword 2662 days ago
A common mistake I see when people use libcurl is to create a new handle for each request, which pretty much guarantees no connection reuse. Reuse your handles for profit.