RobotsAndPencils / buford

A push notification delivery engine for the new HTTP/2 APNS service.
MIT License
474 stars 52 forks source link

where is the 'http2.GoAwayError' #83

Closed bjdgyc closed 7 years ago

bjdgyc commented 7 years ago

my go version is 1.6.2 but have no http2.GoAwayError

nathany commented 7 years ago

You found it? https://github.com/golang/net/blob/master/http2/transport.go#L1207

Let me know if I can help with anything.

bjdgyc commented 7 years ago

Thanks ,i have found it .