forked from quic-go/quic-go
implement closing the quic client with an error
This commit is contained in:
@@ -16,7 +16,7 @@ import (
|
||||
|
||||
type quicClient interface {
|
||||
OpenStream(protocol.StreamID) (utils.Stream, error)
|
||||
Close() error
|
||||
Close(error) error
|
||||
Listen() error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user