]> Cypherpunks repositories - gostls13.git/commit
http: ServeFile shouldn't send Content-Length when Content-Encoding is set
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 2 Jun 2011 20:36:52 +0000 (13:36 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 2 Jun 2011 20:36:52 +0000 (13:36 -0700)
commit31c79c4effb40ea938d2c740ad7149e4ac4a45a6
treec72222b5773e8dd9e4c57a8ae73faf351cc470a9
parent5bf57c1b416ec5031f48cbc3300beebdffaacc70
http: ServeFile shouldn't send Content-Length when Content-Encoding is set

Fixes #1905

R=rsc
CC=golang-dev
https://golang.org/cl/4538111
src/pkg/http/fs.go
src/pkg/http/fs_test.go