]> Cypherpunks repositories - gostls13.git/commit
io: SectionReader.ReadAt should return EOF when buf is not fully read
authorShenghou Ma <minux.ma@gmail.com>
Thu, 13 Dec 2012 10:36:24 +0000 (18:36 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Thu, 13 Dec 2012 10:36:24 +0000 (18:36 +0800)
commit31eedd7f3ee26a22677f057bf61e4143e9e322cc
tree68c3d7cd72a2b618b508a3e812a4b91f863ce003
parentfeb509c794584d634ad1a51d88c0f6d109bf42d8
io: SectionReader.ReadAt should return EOF when buf is not fully read
Fixes #4392.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6858062
src/pkg/io/io.go
src/pkg/io/io_test.go