mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
remove stream.CloseRemote from public API
This commit is contained in:
parent
811bd20939
commit
b2177c92d8
3 changed files with 7 additions and 4 deletions
|
@ -14,7 +14,6 @@ type Stream interface {
|
|||
io.Writer
|
||||
io.Closer
|
||||
StreamID() protocol.StreamID
|
||||
CloseRemote(offset protocol.ByteCount)
|
||||
Reset(error)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue