[go-nuts] Re: http2 client/server reversal performance

2016-12-08 Thread jonathan . gaillard
Anyone mind lending some weight/priority to a fix for the issue above? :D On Saturday, November 19, 2016 at 6:19:50 PM UTC-8, jonathan...@gmail.com wrote: > > https://github.com/golang/go/issues/17985 > -- You received this message because you are subscribed to the Google Groups "golang-nuts"

[go-nuts] Re: http2 client/server reversal performance

2016-11-19 Thread jonathan . gaillard
https://github.com/golang/go/issues/17985 -- 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:

[go-nuts] Re: http2 client/server reversal performance

2016-11-18 Thread jonathan . gaillard
Actually it turns out that the tests from the http2 client writing into a request and the http2 server reading from the request is slow. That is despite whether the http2 server is on the server end of the tcp connection or the client end. This is between two machines with a 55ms latency. Scp is