rename the Session to Connection

This commit is contained in:
Marten Seemann
2022-03-26 14:35:01 +01:00
parent 42f3159497
commit e71c236232
19 changed files with 73 additions and 73 deletions

View File

@@ -404,7 +404,7 @@ var _ = Describe("Timeout tests", func() {
return err
}
runClient := func(sess quic.Session) error {
runClient := func(sess quic.Connection) error {
str, err := sess.AcceptUniStream(context.Background())
if err != nil {
return err