summaryrefslogtreecommitdiff
path: root/src/pkg/http/chunked.go
AgeCommit message (Collapse)AuthorFilesLines
2010-01-18Significant extension to http.Response, which now adheres to thePetar Maymounkov1-0/+56
usage pattern of http.Request and paves the way to persistent connection handling. R=rsc CC=golang-dev http://codereview.appspot.com/185043 Committer: Russ Cox <rsc@golang.org>