]> Cypherpunks repositories - gostls13.git/commit
Significant extension to http.Response, which now adheres to the
authorPetar Maymounkov <petarm@gmail.com>
Tue, 19 Jan 2010 05:46:59 +0000 (21:46 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 19 Jan 2010 05:46:59 +0000 (21:46 -0800)
commit914c626cae8aaa205198dba839cb8526de3a2046
tree335d93c2d28a7af0fa4281a9e810c203405beb86
parent4f8117d9eb680cf91107bdbbfea63b11edd5dba6
Significant extension to http.Response, which now adheres to the
usage pattern of http.Request and paves the way to persistent connection
handling.

R=rsc
CC=golang-dev
https://golang.org/cl/185043
src/pkg/http/Makefile
src/pkg/http/chunked.go [new file with mode: 0644]
src/pkg/http/client.go
src/pkg/http/request.go
src/pkg/http/response.go [new file with mode: 0644]
src/pkg/rpc/client.go
src/pkg/websocket/client.go