Hacker News new | ask | show | jobs
by bagder 3080 days ago
If you invoke "curl http://example.com/a.htm http://example.com/b.htm", curl will only use a single connection.
1 comments

Yes, but it will wait for Response A before sending Request B.
It probably isn't too obvious here, but yeah I know how it works =)

(I'm Daniel, who wrote the blog post discussed here and leads the curl development...)