removing dead code

This commit is contained in:
Mahak Mukhi
2017-02-28 11:53:13 -08:00
parent bc3cca9945
commit 3ad78109b1

View File

@ -121,11 +121,6 @@ type http2Client struct {
goAwayID uint32
// prevGoAway ID records the Last-Stream-ID in the previous GOAway frame.
prevGoAwayID uint32
// Flag to keep track if the keepalive check was skipped because there
// were no active streams and PermitWithoutStream was false
// keepaliveSkipped = 1 means skipped
keepaliveSkipped uint32
}
func dial(ctx context.Context, fn func(context.Context, string) (net.Conn, error), addr string) (net.Conn, error) {