-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
None
-
generic
-
generic
Our implementation supports read timeouts, and keeps the connection open.
However, if we get only part of a SSL packet via readFully,
we might consume that part of the packet, timeout, and when reentering
readFully, we consume the second part, overwriting the first. We should be more
careful about this.
However, if we get only part of a SSL packet via readFully,
we might consume that part of the packet, timeout, and when reentering
readFully, we consume the second part, overwriting the first. We should be more
careful about this.
- duplicates
-
JDK-4836493 Socket timeouts for SSLSockets causes data corruption
-
- Resolved
-