neqo
neqo copied to clipboard
Should Neqo implement ORIGIN extension?
Today Neqo does not yet implement the ORIGIN extension, e.g. does not yet implement the HTTP/3 ORIGIN frame:
https://github.com/mozilla/neqo/blob/0dc00b457f46659500ccba392b9b7bb06ef28826/neqo-http3/src/frames/hframe.rs#L18-L26
This is specified in RFC 9412:
https://datatracker.ietf.org/doc/html/rfc9412
Firefox does support the ORIGIN frame on HTTP/2 https://www.rfc-editor.org/rfc/rfc8336.html.