Closed
Description
Spec says that Kestrel should return H3_FRAME_UNEXPECTED protocol error for unexpected frames
https://tools.ietf.org/html/draft-ietf-quic-http-33#section-4.1
Currently doing:
aspnetcore/src/Servers/Kestrel/Core/src/Internal/Http3/Http3Stream.cs
Lines 440 to 459 in 45867e0
Also check other places where Kestrel processes frame types.