mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
remove HTTP/3 PRIORITY frame
This commit is contained in:
parent
82873477ed
commit
4719852db6
1 changed files with 0 additions and 2 deletions
|
@ -48,8 +48,6 @@ func parseNextFrame(b io.Reader) (frame, error) {
|
|||
return &headersFrame{Length: l}, nil
|
||||
case 0x4:
|
||||
return parseSettingsFrame(br, l)
|
||||
case 0x2: // PRIORITY
|
||||
fallthrough
|
||||
case 0x3: // CANCEL_PUSH
|
||||
fallthrough
|
||||
case 0x5: // PUSH_PROMISE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue