summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2010-06-17 11:38:27 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2010-06-17 12:18:27 (GMT)
commit4d0c4b9f09b35d707d437611519d0024f6f87a8c (patch)
treecb76c836a71c853bf6db486a63d58d2c30a74a97 /src/3rdparty
parent600a19ab7cecc32a3b31c873900303005fb3d672 (diff)
downloadQt-4d0c4b9f09b35d707d437611519d0024f6f87a8c.zip
Qt-4d0c4b9f09b35d707d437611519d0024f6f87a8c.tar.gz
Qt-4d0c4b9f09b35d707d437611519d0024f6f87a8c.tar.bz2
QLocalSocket/Win: handle ERROR_MORE_DATA after read operation
If we're connected to a name pipe which is in message mode, we have to handle the following case: ReadFile() or GetOverlappedResult() return FALSE and GetLastError() returns ERROR_MORE_DATA. This just means, that the message didn't fit into the pipe's internal buffer. We must not handle this as error. Task-number: QTBUG-11490 Reviewed-by: ossi
Diffstat (limited to 'src/3rdparty')
0 files changed, 0 insertions, 0 deletions