summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
diff options
context:
space:
mode:
authorShane Kearns <ext-shane.2.kearns@nokia.com>2012-04-25 15:53:23 +0100
committerQt by Nokia <qt-info@nokia.com>2012-05-03 06:10:02 +0200
commita5fcd3f799371239dd375150648bf77cb4745626 (patch)
tree7ce9a70142a1f333fd6e67ea5d97726b3a6a5c23 /tests/auto/corelib
parentc6864e0a580793f29c7d2cf180fc0f2ac2fc2b2c (diff)
QFtp - implement fast abort for downloads
Most FTP servers do not support the ABOR command (they don't process control channel traffic until the data channel is finished). Or they require the telnet IP & sync procedure on the control channel (this requires sending TCP urgent data, which we do not support). Following behaviour of most browsers and GUI FTP clients, abort downloads by resetting the data channel. Abort of uploads needs no change, because the client closes the data channel rather than the server. Task-number: QTBUG-25494 Change-Id: I69e7b7c04d709d26def9a4a7081074e1cbf69701 Reviewed-by: Martin Petersson <Martin.Petersson@nokia.com>
Diffstat (limited to 'tests/auto/corelib')
0 files changed, 0 insertions, 0 deletions