remove stream.CloseRemote from public API

This commit is contained in:
Lucas Clemente 2017-02-24 18:40:12 +01:00
parent 811bd20939
commit b2177c92d8
3 changed files with 7 additions and 4 deletions

View file

@ -14,7 +14,6 @@ type Stream interface {
io.Writer
io.Closer
StreamID() protocol.StreamID
CloseRemote(offset protocol.ByteCount)
Reset(error)
}