mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
remove parser logic for HTTP/3 DUPLICATE_PUSH frame (#3356)
This frame was removed in draft-25.
This commit is contained in:
parent
08af9fc2c1
commit
3a102406ea
1 changed files with 0 additions and 2 deletions
|
@ -39,8 +39,6 @@ func parseNextFrame(r io.Reader) (frame, error) {
|
|||
fallthrough
|
||||
case 0xd: // MAX_PUSH_ID
|
||||
fallthrough
|
||||
case 0xe: // DUPLICATE_PUSH
|
||||
fallthrough
|
||||
default:
|
||||
// skip over unknown frames
|
||||
if _, err := io.CopyN(ioutil.Discard, qr, int64(l)); err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue