ddliu / go-httpclient

Advanced HTTP client for golang
MIT License
465 stars 105 forks source link

keep-alive #36

Open Dexus opened 5 years ago

Dexus commented 5 years ago

how would you do a keep alive in concurrency environment? I have a worker pool that request alltime the same url (with differend data).

ddliu commented 5 years ago

It's not directly supported yet.