Drain Response.Body to enable TCP/TLS connection reuse (4x speedup) by FiloSottile · Pull Request #317 · google/go-github
On successful queries (on errors ReadAll runs in CheckResponse), the Response.Body is not read all the way to the EOF as json.Decoder is used, which stops at the end of the object, which is probabl...