commit | 5c0dae85e44dc88c505452f2e220f1390538a0d1 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Mon Jan 18 14:52:20 2016 -0800 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Mon Jan 18 23:19:31 2016 +0000 |
tree | c8c7e4a49c90c03723d0bc9a03c9e6d9a35dbf92 | |
parent | c92cdcb05f66ce5b61460e23498d2dc5fcf69aaf [diff] |
http2: make Transport send a Content-Length Same policy and logic (and comments) as the net/http.Transport. Updates golang/go#14003 Change-Id: I5744140fed16c00b0dc9a4bc74631b7df7d8241c Reviewed-on: https://go-review.googlesource.com/18709 Reviewed-by: Andrew Gerrand <adg@golang.org>