arturobernalg opened a new pull request, #425:
URL: https://github.com/apache/httpcomponents-core/pull/425

   This PR introduces two significant changes to improve our alignment with 
modern HTTP standards:
   
   -     Trailer Headers with Chunked Transfer Encoding: We've added a check to 
ensure that trailer headers are only appended when using chunked transfer 
encoding. This change ensures that our library remains compliant with the HTTP 
standards regarding the use of trailer headers.
   
   -     Deprecation of ACCEPT_CHARSET: In line with the recommendations from 
the latest 
[RFC,](https://www.rfc-editor.org/rfc/rfc9110#name-changes-from-rfc-7231) we've 
deprecated the `ACCEPT_CHARSET` constant. This change signals to developers 
that its use is discouraged and helps guide them towards more modern practices.


-- 
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

Reply via email to