]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled x/net/http2
authorEmmanuel T Odeke <emmanuel@orijtech.com>
Thu, 19 Mar 2020 23:51:13 +0000 (16:51 -0700)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Fri, 20 Mar 2020 00:33:16 +0000 (00:33 +0000)
commita3a9901c1e82f69e41308f45448f4db618548366
tree6b9e12b4719ff8cfb9c8a4eee3ca2cb8b1f7de42
parenta0917eb959c881521e1407f90e27329f673d3e75
net/http: update bundled x/net/http2

Updates bundled http2 to x/net git rev 63522dbf7

    http2: reduce allocations of (*clientConnReadLoop).handleReponse
    https://golang.org/cl/223783 (#37853)

    http2: remove unused errors
    https://golang.org/cl/220458

    http2: remove unused stream struct fields
    https://golang.org/cl/219857

    http2: fix typo in comment
    https://golang.org/cl/214602

    http2: workaround TCPConn CloseWrite not being supported on Plan 9
    https://golang.org/cl/209417 (#17906, #35904)

Change-Id: I0e48f32247938c3858170bf419624367d4faef4b
Reviewed-on: https://go-review.googlesource.com/c/go/+/224217
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/http/h2_bundle.go