ok2c commented on PR #578: URL: https://github.com/apache/httpcomponents-core/pull/578#issuecomment-4102886413
@arturobernalg `ThreadLocal`s usually make me uncomfortable, `ThreadLocal`s that can hold MBs of data make me very, very uncomfortable. It is nice it shows improvement in the benchmark results but it needs to be absolutely leak-proof for real life scenarios. -- 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]
