reta commented on PR #513: URL: https://github.com/apache/httpcomponents-core/pull/513#issuecomment-4730000233
> @reta I think @rschmitt findings are correct and there is defect in CXF code I was not aware of. Thanks @ok2c and @rschmitt , I am not sure it was **only** CXF related (from other people commenting, plus we have never had issues in CXF beside this specific case with TLSv1.3). From the implementation perspective, I think handling `SSLEngineResult.Status.BUFFER_OVERFLOW` is sound (at least it does make sense to check the result `SSLEngineResult`). If that indeed causes the issues - we could either bound the expansion or do no expand at all (revert changes on `SSLIOSession`). -- 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]
