Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是否需要像使用 HttpClient 一样关闭 Apache HttpAsyncClient 中的过期连接?
我只是仔细检查了源代码。是的,仍然必须从池中明确驱逐过期的连接。但是,底层的 NIO 通道和套接字将立即关闭并释放。过期连接不会自动从池中逐出的问题是 HttpAsyncClient 4.0 beta3 中的一个错误。随意为这个缺陷提出一个 JIRA。