]> Cypherpunks repositories - gostls13.git/commit
http: correct path to serve index.html.
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Thu, 4 Aug 2011 12:20:53 +0000 (08:20 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 4 Aug 2011 12:20:53 +0000 (08:20 -0400)
commit62d4b8ebd2c00e3c3d54d05dc7fe56d829b5aa01
tree17fecd91aa719a21d22ac9541393f230645792be
parent4143491c4ad17021b062c9fbabdc2d9d6aed11ef
http: correct path to serve index.html.
calling filepath.FromSlash(x) make invalid character to serve file.
Fixes #2128

R=golang-dev, alex.brainman, rsc
CC=golang-dev
https://golang.org/cl/4810064
src/pkg/http/fs.go