implement a stream.Reset() method

ref #380
This commit is contained in:
Marten Seemann
2017-01-06 11:27:13 +07:00
parent b741724069
commit a86f31d789
5 changed files with 123 additions and 45 deletions

View File

@@ -13,4 +13,5 @@ type Stream interface {
io.Closer
StreamID() protocol.StreamID
CloseRemote(offset protocol.ByteCount)
Reset(error)
}