]> Cypherpunks repositories - gostls13.git/commit
http: add Date to server, Last-Modified and If-Modified-Since to file server
authorRuss Cox <rsc@golang.org>
Thu, 2 Sep 2010 18:21:11 +0000 (14:21 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 2 Sep 2010 18:21:11 +0000 (14:21 -0400)
commit8d7ae528bfe295cce6a7a72eee9eb187ad28c23d
tree423226f749423b73874821284b8342077f771e3f
parent5bf658cc8f4bab6fa2f7e9e641d6df18db78ab1e
http: add Date to server, Last-Modified and If-Modified-Since to file server

R=r
CC=golang-dev
https://golang.org/cl/2051041
src/pkg/http/fs.go
src/pkg/http/server.go
src/pkg/http/triv.go