From 4719852db6d22ac4d82baba148035a9b6886fe00 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Fri, 25 Oct 2019 09:00:46 +0700 Subject: [PATCH] remove HTTP/3 PRIORITY frame --- http3/frames.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/http3/frames.go b/http3/frames.go index eb812309..7b2ac8bc 100644 --- a/http3/frames.go +++ b/http3/frames.go @@ -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