Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.2, 4.6.3, 4.7.0
-
None
-
Windows XP 32, Qt SDK 2010.01.01 and Qt SDK 2010.05
-
258c1a8537816f7b4c79e7cf4090a333768a10fa
Description
QLocalSocket::abort() function does not abort an existing connection. It just calles close(), and if there are still bytes to write it does not close the pipe but waits for them to be written.