Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? $ go version go version go1.8rc1 darwin/amd64 ### What operating system and processor architecture are you using (`go env`)? Linux AMD64 ### What did you do? If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on play.golang.org is best. We have http client code that has started to return errors when the corresponding server uses HTTP2 instead of HTTP. ### What did you expect to see? Identical behavior. ### What did you see instead? `http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug=""`