]> Cypherpunks repositories - gostls13.git/commit
net/textproto: always copy the data from bufio to avoid corruption
authorAndrew Gerrand <adg@golang.org>
Thu, 12 Jan 2012 03:15:58 +0000 (14:15 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 12 Jan 2012 03:15:58 +0000 (14:15 +1100)
commite955a3cca2ad600666f2f814aad6075a42a88d4d
tree85f852f33a436308446a9f33b1e0e01de6fa8fce
parent610757b1552d35d3e960b053ad2a5aedea85b8da
net/textproto: always copy the data from bufio to avoid corruption

Fixes #2621.

R=rsc, rsc
CC=golang-dev
https://golang.org/cl/5498104
src/pkg/net/textproto/reader.go
src/pkg/net/textproto/reader_test.go