On Thursday, 13 July 2017 15:56:27 UTC+1, pala.d...@gmail.com wrote:
>
> 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
>
>
HTTP/2 support was added in Go 1.6. Can you provide a code example which 
demonstrates the behaviour that has puzzled you?

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