remove unnecessary initial packet number parameter

This commit is contained in:
Marten Seemann
2018-11-01 16:21:50 +07:00
parent a18b5c0335
commit 16848038be
8 changed files with 2 additions and 26 deletions

View File

@@ -423,7 +423,6 @@ func (c *client) createNewTLSSession(version protocol.VersionNumber) error {
c.tlsConf,
params,
c.initialVersion,
1,
c.logger,
c.version,
)