A goroutine making each request, passing in the http.Client should work.

Something like http://blog.narenarya.in/concurrent-http-in-go.html

On Wed, 2 Aug 2017 at 18:58 <pala.dani...@gmail.com> wrote:

> Parallel in the sense of HTTP/2 multiplexing, i.e. sending the next
> request without having to wait for the reply of the previous one.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "golang-nuts" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/golang-nuts/5T5aiDRl_cw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to