Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
None
-
ALL
Description
in sock.cpp, win32 builds (and SSL builds) never handle the return value from _send(), assuming it is successful. (see Socket::send(const vector...). This should be checked and handled as it is on other systems.