forked from quic-go/quic-go
split the Session.Close(error) in Close() and CloseWithError(error)
This commit is contained in:
@@ -78,7 +78,7 @@ var _ = Describe("Unidirectional Streams", func() {
|
||||
sess, err = server.Accept()
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
runReceivingPeer(sess)
|
||||
sess.Close(nil)
|
||||
sess.Close()
|
||||
}()
|
||||
|
||||
client, err := quic.DialAddr(serverAddr, nil, qconf)
|
||||
|
||||
Reference in New Issue
Block a user