]> Cypherpunks repositories - gostls13.git/commit
net/http: accept Content-Range for entire file
authorRuss Cox <rsc@golang.org>
Mon, 23 Sep 2013 21:16:59 +0000 (17:16 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 23 Sep 2013 21:16:59 +0000 (17:16 -0400)
commitd9f034dc9eeea52e42a3138dcc8677db3554c879
tree6e2aa395a9016b1b420995e03d25c3ea7e0a1391
parent39361170d40a8d846d5065a614bd5a722a6aceb4
net/http: accept Content-Range for entire file

Fixes a bug reported privately.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13846043
src/pkg/net/http/fs.go
src/pkg/net/http/fs_test.go