]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled x/net/http2
authorEmmanuel T Odeke <emmanuel@orijtech.com>
Wed, 9 Oct 2019 18:36:09 +0000 (14:36 -0400)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Wed, 9 Oct 2019 20:09:29 +0000 (20:09 +0000)
commit829fae3b5ec4c0afd4caae35072bbb6e59d5220c
treedaa0b46046bf213d5bf052f1cae96c18622e77e8
parente24a628ab1319381117a699190c7b522e57d034f
net/http: update bundled x/net/http2

Updates x/net/http2 to git rev d66e71096ffb9f08f36d9aefcae80ce319de6d68

    http2: end stream eagerly after sending the request body
    https://golang.org/cl/181157 (fixes #32254)

    all: fix typos
    https://golang.org/cl/193799

    http2: fix memory leak in random write scheduler
    https://golang.org/cl/198462 (fixes #33812)

    http2: do not sniff body if Content-Encoding is set
    https://golang.org/cl/199841 (updates #31753)

Also unskips tests from CL 199799.

Change-Id: I241c0b1cd18cad5041485be92809137a973e33bd
Reviewed-on: https://go-review.googlesource.com/c/go/+/200102
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/clientserver_test.go
src/net/http/h2_bundle.go
src/net/http/serve_test.go