OpenJDK11u: Backward incompatible behavior
Xuelei Fan
xuelei.fan at oracle.com
Sun Mar 1 16:16:49 UTC 2020
On 2/28/2020 4:24 PM, Xuelei Fan wrote:
> SSLSocketInputRecord:
> 52 private byte[] inputBuffer = new byte[maxRecordSize];
>
> Would you mind consider an improvement to use less memory?
I think more about it. You previous idea may be better, which uses an
additional buffer for caching. Maybe, you can improve it by using the
cache only on timeout, and clear it once the connection get to normal.
Thanks,
Xuelei
More information about the security-dev
mailing list