netty/netty-incubator-codec-http3

Not all mandatory pseudo-headers included.

silence934 opened this issue · 0 comments

When I am with Http3FrameToHttpObjectCodec,The request header does not contain authority,The server side can expose this error:
image

Is authority required in HTTP3.0? It seems impossible to set authority in FullHttpRequest, except when specified in the path。

I recommend changing such code in HttpConversionUtil:
image