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 the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from i
Hello, I'm trying to understand how to write an HTTP client using the
standard HTTP package and which takes advantage of HTTP/2 multiplexing
(i.e. send many requests "in parallel" using the same TCP connection).
One thing that it's not clear to me is that it seems like TCP connection
reuse requ