add CloseRemote method to stream

ref #109
This commit is contained in:
Lucas Clemente
2016-05-18 13:01:44 +02:00
parent ceb5ef48c4
commit b185ea04e1
5 changed files with 22 additions and 8 deletions

View File

@@ -21,6 +21,7 @@ type Stream interface {
io.Writer
io.Closer
StreamID() protocol.StreamID
CloseRemote(offset protocol.ByteCount)
}
// ReadUintN reads N bytes