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

@@ -31,7 +31,7 @@ var _ = Describe("MITM test", func() {
var (
proxy *quicproxy.QuicProxy
serverConn, clientConn *net.UDPConn
serverSess quic.Session
serverSess quic.Connection
serverConfig *quic.Config
)