]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 30 Nov 2017 23:08:22 +0000 (23:08 +0000)
committerTom Bergan <tombergan@google.com>
Fri, 1 Dec 2017 01:16:45 +0000 (01:16 +0000)
commit7e394a23e585485d5a1e09765829c06c104a2758
tree822e249304be311bbfb1535af3381a06544e19ef
parentb53088a63436ac49d2344a733a50d529b5f7244e
net/http: update bundled http2

Updates http2 to x/net git rev 894f8ed58 for:

    http2: fix flake in net/http's TestCloseIdleConnections_h2
    https://golang.org/cl/80139

    http2: fix leak in activeRes by removing activeRes
    https://golang.org/cl/80137

Fixes #22413
Fixes #21543

Change-Id: Ic8ea20f8ddae2fde17884ed045f9fa7058a4bd23
Reviewed-on: https://go-review.googlesource.com/81276
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tom Bergan <tombergan@google.com>
src/net/http/h2_bundle.go