-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.13.1
-
Component/s: Connection Management
-
(copied to CRM)
Error sub-classes thrown within the DBTCPConnector.innerCall method's try block are not caught like RuntimeException subclasses are, which can result in the socket being returned to the pool in a partially read state.
This will likely result in a read from the middle of the previous response the next time the socket is checked out of the pool.