I got a HTTP/3 frame 0x 00 40 78 5f 82.
According to the https://datatracker.ietf.org/doc/html/draft-ietf-quic-http-27#page-28
the frame layout should be 32 bit(type), 32 bit(length field), 32 bit(payload).
I don't think the frame has 96 bits.
What do I misunderstand?
I want to find the frame type, length field and length of the payload.
How do I find it?