1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-07 11:39:11 -04:00
This commit is contained in:
Darien Raymond
2016-12-12 21:54:28 +01:00
parent ed9217bf20
commit 582438ce5e

View File

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