Skip to content

Commit

Permalink
remove parser logic for HTTP/3 DUPLICATE_PUSH frame (quic-go#3356)
Browse files Browse the repository at this point in the history
This frame was removed in draft-25.
  • Loading branch information
marten-seemann authored and nmldiegues committed Jun 6, 2022
1 parent f18176a commit 5aa0478
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions http3/frames.go
Expand Up @@ -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 {
Expand Down

0 comments on commit 5aa0478

Please sign in to comment.