arturobernalg opened a new pull request, #500: URL: https://github.com/apache/httpcomponents-core/pull/500
This pull request optimizes the handling of the Date header in HTTP responses by ensuring that invalid Date headers are correctly replaced with the current time when necessary, following the guidelines in [RFC 9110, Section 6.6.1](https://www.rfc-editor.org/rfc/rfc9110.html#section-6.6.1). This behavior is optional and controlled by the replaceInvalidDate flag; by default, the behavior remains unchanged, preserving the previous logic. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org