Folks This PR resolves a long standing limitation of the standard async HttpClient. With this change-set the standard async HttpClient will be able to multiplex concurrent request over the same HTTP/2 connection automatically. One would no longer have to sacrifice HTTP/1.1 compatibility in order to have H2 message multiplexing.
https://github.com/apache/httpcomponents-client/pull/602 This feature is still considered experimental and is disabled by default. However I would like to get it out in a GA release as soon as possible. I would like to fast-track HttpClient 5.5 for that and have the first ALPHA sometime around Jan 2025. It would great if HTTPCLIENT-1843 and HTTPCLIENT-1625 could also make into 5.5. Cheers Oleg HTTPCLIENT-1843: Delegate compression handling to Apache Commons Compress https://github.com/apache/httpcomponents-client/pull/580 HTTPCLIENT-1625: Completely overhaul GSS-API-based authentication backend https://github.com/apache/httpcomponents-client/pull/577 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org