Community
Participate
Working Groups
Created attachment 175839 [details] proposed fix code from HEAD If for some reason the socket gets closed while the PacketRecieveManager is about to read from it you currently get a cryptic "Invalid content length: XX" IOException. We should check for socket closure before blindly trying to read from it, and throw a more meaningful exception.
The patch check for socket closure and throws an IOException that the socket has been closed. applied to HEAD