ok2c commented on PR #709: URL: https://github.com/apache/httpcomponents-client/pull/709#issuecomment-3299627469
> I think it would be ideal if the HTTP/1.1 duplexer implemented greedy reads, but I accept that there are other reasons why you don't want to do that. @rschmitt What a minute. I did make the HTTP/1.1 duplexer read incoming data greedily with https://github.com/apache/httpcomponents-core/commit/be71c3aab1d82a1948fac22684b9b388f9e855d5. What I did not want to do is to add an extra read at the end of the message only to make things marginally better for endpoints with broken HTTP/1.1 connection persistence while adding an overhead of an unnecessary i/o operation to well-behaving ones. -- 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