]> Cypherpunks repositories - gostls13.git/commit
net/http: Sync TimeoutHandler godoc with code.
authorMatthew Dempsky <mdempsky@google.com>
Thu, 3 Jan 2013 18:06:04 +0000 (10:06 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 3 Jan 2013 18:06:04 +0000 (10:06 -0800)
commit98edf09e674b0f02cb32c48de22dcb21ca50df2d
treea977ca6bdece4b83f18ac5c4321847b077e4edb9
parent17eafcd05da81f4333eed6760baa5315a3bff412
net/http: Sync TimeoutHandler godoc with code.

TimeoutHandler was changed from "ns int64" to "dt time.Duration" on
Nov 30, 2011, but the godoc still refers to "ns".

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7031050
src/pkg/net/http/server.go