]> Cypherpunks repositories - gostls13.git/commit
net/http: make http2 Transport send Content Length
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 18 Jan 2016 22:50:52 +0000 (14:50 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 18 Jan 2016 23:35:54 +0000 (23:35 +0000)
commit5b588e668276b74b69be41fccbbc6135606d7d69
tree62e699a31085901dd76981958ede43a603980016
parent49234ee2db71dc209a05038798777c2a0ad2b82c
net/http: make http2 Transport send Content Length

Updates x/net/http2 to git rev 5c0dae8 for https://golang.org/cl/18709

Fixes #14003

Change-Id: I8bc205d6d089107b017e3458bbc7e05f6d0cae60
Reviewed-on: https://go-review.googlesource.com/18730
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/clientserver_test.go
src/net/http/h2_bundle.go