3551: Behave correctly when Read() yields some data along with the EOF condition.
authorTom Clegg <tom@curoverse.com>
Wed, 13 Aug 2014 19:02:51 +0000 (15:02 -0400)
committerTom Clegg <tom@curoverse.com>
Wed, 13 Aug 2014 19:02:51 +0000 (15:02 -0400)
commit9ccff2073a124639eec457e4fb47d9cbf2527d04
treeb2fb370beee7d69cae7cfc78610db3594d45d9c8
parentfb3a1997d5e7f9a38a64824367e75fcc782e946d
3551: Behave correctly when Read() yields some data along with the EOF condition.

"a Reader returning a non-zero number of bytes at the end of the input
stream may return either err == EOF or err == nil."

-- http://golang.org/pkg/io/#Reader
sdk/go/keepclient/hashcheck.go