We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to https://www.rfc-editor.org/rfc/rfc9110#section-6.6.1, we must generate a Date header in some reponses from an origin server.
Date
An origin server with a clock (as defined in Section 5.6.7) MUST generate a Date header field in all 2xx (Successful), 3xx (Redirection), and 4xx (Client Error) responses, and MAY generate a Date header field in 1xx (Informational) and 5xx (Server Error) responses.
The text was updated successfully, but these errors were encountered:
Depends on this ocaml-multicore/eio#308.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
According to https://www.rfc-editor.org/rfc/rfc9110#section-6.6.1, we must generate a
Date
header in some reponses from an origin server.The text was updated successfully, but these errors were encountered: