plesingr-aeb commented on PR #698: URL: https://github.com/apache/httpcomponents-client/pull/698#issuecomment-3737541861
Hi, I have a problem with this change. I have a simple request like ``` GET something Accept: text/plain ``` w/o specifying any `accept-encoding`. The client appears to fill in some default codes in this header before it is sent (it was filled in the previous versions, too). The response from the server is ``` Content-Encoding: UTF-8 Content-Type: text/plain foo bar ``` It worked with the previous versions but now the request fails with `Unsupported Content-Encoding: utf-8`. Am I doing something wrong? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
