Update quic-go

This commit is contained in:
Frank Denis 2023-02-25 23:45:38 +01:00
parent 47e6a56b16
commit 15c87a68a1
55 changed files with 1448 additions and 12574 deletions

View file

@ -1412,7 +1412,7 @@ func leafCertificate(c *Certificate) (*x509.Certificate, error) {
}
type handshakeMessage interface {
marshal() []byte
marshal() ([]byte, error)
unmarshal([]byte) bool
}