Hello Gophers,

I'm trying to understand some behavior of Go's http client in
http2-mode. Our code uses http.DefaultClient and on the server side we
recently switched load balancers to a version that adds support for
http/2.

Go magically started using http/2 for us but now our clients
occasionally observe GOAWAY frames sent from the load balancer. This
manifests as a bug in the client since the error propagates up the
stack. I've posted more details on SO:
  http://stackoverflow.com/questions/41592929/aws-alb-http-2-and-goaway

I'm wondering if the http package expects users of the Client to
explicitly handle GOAWAY frames or not? If so this seems like a worthy
addition to the package docs since it's not obvious that the client
behavior can change based on the server support for http/2.

Thanks,
brian

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