1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 23:36:25 -04:00
This commit is contained in:
Darien Raymond 2016-12-12 21:54:28 +01:00
parent ed9217bf20
commit 582438ce5e
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -58,8 +58,6 @@ type BufferToBytesReader struct {
eof bool
}
// Private: Visible for testing.
func (v *BufferToBytesReader) Fill() {
b, err := v.stream.Read()