mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
http3: add a ConnectionState method to the StreamCreator interface (#3600)
This commit is contained in:
parent
85fbfb9405
commit
e496120c76
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ type StreamCreator interface {
|
||||||
OpenUniStreamSync(context.Context) (quic.SendStream, error)
|
OpenUniStreamSync(context.Context) (quic.SendStream, error)
|
||||||
LocalAddr() net.Addr
|
LocalAddr() net.Addr
|
||||||
RemoteAddr() net.Addr
|
RemoteAddr() net.Addr
|
||||||
|
ConnectionState() quic.ConnectionState
|
||||||
}
|
}
|
||||||
|
|
||||||
var _ StreamCreator = quic.Connection(nil)
|
var _ StreamCreator = quic.Connection(nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue