]> Cypherpunks repositories - gostls13.git/commit
http: make httputil's chunked reader/writer code a direct copy
authorAndrew Gerrand <adg@golang.org>
Wed, 9 Nov 2011 03:55:52 +0000 (14:55 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 9 Nov 2011 03:55:52 +0000 (14:55 +1100)
commitbad305c27bc70b9900739822ca974bff52f4e289
tree69cbfc6987963428d6e81e5f87f04af5550e2d58
parent4ac425fcddd7e3a923fe59f2375a2a75fa18ed33
http: make httputil's chunked reader/writer code a direct copy

Arrange the code so that it's easier to keep edits in sync.

R=golang-dev, mikioh.mikioh, bradfitz, andybalholm, rsc
CC=golang-dev
https://golang.org/cl/5345041
src/pkg/net/http/chunked.go
src/pkg/net/http/chunked_test.go [new file with mode: 0644]
src/pkg/net/http/httputil/chunked.go
src/pkg/net/http/httputil/chunked_test.go
src/pkg/net/http/request.go
src/pkg/net/http/response_test.go