commit | 49741f23d5938eff80f2c8ca4b16c9f1b0e15f7d | [log] [tgz] |
---|---|---|
author | Clement Skau <clementskau@gmail.com> | Wed Jan 19 10:05:48 2011 -0500 |
committer | Russ Cox <rsc@golang.org> | Wed Jan 19 10:05:48 2011 -0500 |
tree | 3eeaaea552fc3226f701174690bd2e16029470c7 | |
parent | 43582bad33f18ea3f88252574810aee849380590 [diff] |
http: fix Content-Range and Content-Length in response RFC2616 sections 4.4 and 14.16: * Cannot use Content-Length with non-identity Transfer-Encoding * Content-Range response is "bytes x-y/z" not "x-y/z" R=rsc CC=golang-dev https://golang.org/cl/4018041