]> Cypherpunks repositories - gostls13.git/commit
net/http: remove some obsolete TODOs
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 4 Apr 2013 20:40:26 +0000 (13:40 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 4 Apr 2013 20:40:26 +0000 (13:40 -0700)
commitb72325fde48f56dce438608b7d8375be1dc81080
tree0baa2a5690c4d2a16468ec2b3d36aae78ff3bfff
parentd97157d3825f12e7b9702474136085276f7ef0a0
net/http: remove some obsolete TODOs

We've decided to leave logging to third-parties (there are too
many formats), which others have done.

And we can't change the behavior of the various response
fields at this point anyway. Plus I argue they're correct and
match their documention.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8391043
src/pkg/net/http/response_test.go
src/pkg/net/http/server.go