Update quic-go

This commit is contained in:
Frank Denis 2023-05-30 18:17:27 +02:00
parent 0c26d1637a
commit f9f68cf0a3
42 changed files with 1371 additions and 994 deletions

View file

@ -13,8 +13,6 @@ import (
)
// ParseConnectionID parses the destination connection ID of a packet.
// It uses the data slice for the connection ID.
// That means that the connection ID must not be used after the packet buffer is released.
func ParseConnectionID(data []byte, shortHeaderConnIDLen int) (protocol.ConnectionID, error) {
if len(data) == 0 {
return protocol.ConnectionID{}, io.EOF