Hi Developers,
This is my first time to write to apache mailing list. Recently I(and we, our company team) met some issue when reading chunked transfer encoding response. Goal: use the library's built in functions(not manully bother with http protocal internals such as chunk endings) to get the chunks, of the exactly same chunks count, and each chunk with exactly same bytes as the server sends. Problem: often(if not always) got chunks that are splitted from one to two or more. The result varies on different rounds of tests(somehow random). I've post the question to stackoverflow(https://stackoverflow.com/questions/68077410/java-apache-http-components-messes-up-http-chunked-transfer-encoding-response), but it is closed now(I'm angry with that!) Also the demo code to reproduce: https://github.com/LeiYangGH/http-chunk-tests I'm looking forward to seeing your reply! Best Regards, Yang (a QA in Cerence, Chengdu, China)