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 requires closing the response body of the previous request, but with 
HTTP/2 multiplexing I should be able to send a new request before even 
receiving a response to the prevoius ones...

Best regards
Daniele

-- 
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