Skip to content

Return io.EOF when no bytes available.

Dustin L. Howett requested to merge gh-fc619122/3/fatlotus/master into master

Created by: fatlotus

I believe this is the correct behavior; at least, it matches the implementation of http://golang.org/src/bytes/buffer.go?s=8109:8159#L241.

Merge request reports