mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
remove unused initialVersion variable in session
This commit is contained in:
parent
9693a46d31
commit
ad7d90779a
4 changed files with 3 additions and 22 deletions
|
@ -281,7 +281,6 @@ func (c *client) dial(ctx context.Context) error {
|
|||
c.config,
|
||||
c.tlsConf,
|
||||
c.initialPacketNumber,
|
||||
c.version,
|
||||
c.use0RTT,
|
||||
c.hasNegotiatedVersion,
|
||||
c.tracer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue