apupier commented on PR #7870: URL: https://github.com/apache/camel-quarkus/pull/7870#issuecomment-3436489858
seems the culprit in inside httpclient where there is an HttpClient$Delegate which is used but the Delegate is looking only in the Attributes and not looking to the getters. https://github.com/apache/httpcomponents-client/blob/f0afb8e6b73ed74c785747dea4dec43383c3d5db/httpclient5/src/main/java/org/apache/hc/client5/http/protocol/HttpClientContext.java#L601 https://github.com/apache/httpcomponents-client/blob/f0afb8e6b73ed74c785747dea4dec43383c3d5db/httpclient5/src/main/java/org/apache/hc/client5/http/protocol/HttpClientContext.java#L173 -- 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]
