Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.3
Description
We're using the async client to load test our comet infrastructure. We're frequently running in to OutOfMemoryErrors due to the ByteBuffers allocated in SSLIOSession.
The following is a quick-and-dirty patch to SSLIOSession that removes the buffers when they aren't needed. Could we get this (or something similar to this) added in to httpcore-nio?