]> Cypherpunks repositories - gostls13.git/commit
add io.LimitReader.
authorRuss Cox <rsc@golang.org>
Wed, 26 Aug 2009 23:23:54 +0000 (16:23 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 26 Aug 2009 23:23:54 +0000 (16:23 -0700)
commit90dcd5face49edd4cc9c7b5dcb377e6c06a85731
treef2ed54822e0b3d31aa933454e91fadc492fd8e9f
parent29415d055762baa612ec96fdc44dee0893cb9c47
add io.LimitReader.
use it to limit data read from http.Request Body

R=r
DELTA=32  (8 added, 6 deleted, 18 changed)
OCL=33899
CL=33916
src/pkg/http/client.go
src/pkg/io/io.go