mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
parent
516500e156
commit
ef194015de
11 changed files with 102 additions and 69 deletions
|
@ -61,7 +61,7 @@ ReadLoop:
|
|||
err = qerr.Error(qerr.InvalidStreamData, err.Error())
|
||||
}
|
||||
} else if typeByte&0xc0 == 0x40 {
|
||||
frame, err = frames.ParseAckFrameLegacy(r, u.version)
|
||||
frame, err = frames.ParseAckFrame(r, u.version)
|
||||
if err != nil {
|
||||
err = qerr.Error(qerr.InvalidAckData, err.Error())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue