improve the connection parameters manager for the client

This commit is contained in:
Marten Seemann
2016-12-22 01:08:34 +07:00
parent 64c4bede3e
commit a587af079d
9 changed files with 176 additions and 145 deletions

View File

@@ -340,7 +340,7 @@ func (h *cryptoSetupServer) handleCHLO(sni string, data []byte, cryptoData map[T
return nil, err
}
replyMap, err := h.connectionParameters.GetSHLOMap()
replyMap, err := h.connectionParameters.GetHelloMap()
if err != nil {
return nil, err
}