forked from quic-go/quic-go
remove stream.CloseRemote from public API
This commit is contained in:
@@ -14,7 +14,6 @@ type Stream interface {
|
||||
io.Writer
|
||||
io.Closer
|
||||
StreamID() protocol.StreamID
|
||||
CloseRemote(offset protocol.ByteCount)
|
||||
Reset(error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user