Summary: | Passive DCC Send stalls at 99% | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Philipp Claves <pclaves> |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | b.buschinski |
Priority: | NOR | ||
Version: | 1.1 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Philipp Claves
2009-02-24 22:51:08 UTC
SVN commit 935726 by buschinski: In case the arriving packages are bigger than our buffer, we always leave a some data in the socket and when all data has arrived on the socket, we dont read the rest, because we dont get another readyRead from the Socket. So we should read everything we get without leftovers. After some more testing I will backport it CCBUG:185478 M +11 -8 transferrecv.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=935726 Backported the fix http://websvn.kde.org/?view=rev&revision=935988 |