forked from quic-go/quic-go
make stream private
This commit is contained in:
@@ -17,6 +17,7 @@ type Stream interface {
|
||||
io.Reader
|
||||
io.ByteReader
|
||||
io.Writer
|
||||
io.Closer
|
||||
}
|
||||
|
||||
// ReadUintN reads N bytes
|
||||
|
||||
Reference in New Issue
Block a user