Re: [go-nuts] Re: http/2 client vs. GOAWAY

2017-01-12 Thread Brian Fallik
Thanks. I logged https://github.com/golang/go/issues/18639. On Thu, Jan 12, 2017 at 10:49 AM, James Bardin wrote: > Form the SO link the frame was sent with ErrCode=NO_ERROR, which I would > assume would be handled silently by the transport. > > Not ruing out the ALBs doing something strange, but

[go-nuts] Re: http/2 client vs. GOAWAY

2017-01-12 Thread James Bardin
Form the SO link the frame was sent with ErrCode=NO_ERROR, which I would assume would be handled silently by the transport. Not ruing out the ALBs doing something strange, but I would open an issue none the less. On Wednesday, January 11, 2017 at 5:18:54 PM UTC-5, Brian Fallik wrote: > > Hel