Closed
Description
RFC 8297 is only a draft, but is now supported by Chrome 103:
https://caniuse.com/mdn-http_status_103
and Mozilla also intends to support it:
https://bugzilla.mozilla.org/show_bug.cgi?id=1407355
Apache already implements it: https://httpd.apache.org/docs/2.4/howto/http2.html#earlyhints
It would be nice if caddy would add (experimental) support for it. Following the RFC recommendations, this should only be added for HTTP/2 and HTTP/3:
Therefore, a server might refrain from sending 103 (Early Hints) responses over HTTP/1.1 unless the client is known to handle informational responses correctly.