mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
remove GetOrOpenStream from Session interface
This commit is contained in:
parent
a96211f724
commit
532d3caed1
3 changed files with 5 additions and 4 deletions
|
@ -3,7 +3,6 @@ package quic
|
|||
import (
|
||||
"net"
|
||||
|
||||
"github.com/lucas-clemente/quic-go/protocol"
|
||||
"github.com/lucas-clemente/quic-go/utils"
|
||||
)
|
||||
|
||||
|
@ -20,6 +19,4 @@ type Session interface {
|
|||
// OpenStreamSync() (utils.Stream, error)
|
||||
RemoteAddr() net.Addr
|
||||
Close(error) error
|
||||
// TODO: remove this
|
||||
GetOrOpenStream(protocol.StreamID) (utils.Stream, error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue