ok2c commented on PR #704:
URL: 
https://github.com/apache/httpcomponents-client/pull/704#issuecomment-3187916282

   > Funny that this popped up because I am new to using the HTTP5 library, and 
the HttpEntity.getContent() Javadoc does not say if you get back the encoded 
stream, or (better) a decoded stream. Does this PR implement a best effort for 
making HttpEntity.getContext() do the latter? If so, the Javadoc for that 
function should be clarified.
   
   @rpkrajewski The classic HttpClient has had support for the transparent 
content decompression for quite time. Recently this support has also been added 
to the async HttpClient
   
   As to whether an entity content is encoded this is determined by the 
`#getContentEncoding` method. I am not sure what else there is to say but we 
happily take javadoc improvements.


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

Reply via email to