Summary: | Too many simultaneous connection in Dolphin using sftp:// | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Manuel Schmid <oeffentlich> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | dariocambie |
Priority: | NOR | ||
Version: | 4.4 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.0 | |
Sentry Crash Report: |
Description
Manuel Schmid
2010-02-24 18:16:56 UTC
Same for me over ftp. Disabling preview or use a non-icon view halps a little but still, when the cursor is over an element, a connection is open in order to fill the 'Information' panel, wich is annoying if connection limit for IP is 8 as with my provider. (as shown by "lsof -i | grep kio_ftp") Maybe an option to choose when show previws could help. Nautilus default, p.es, is to show previews for local filesystems only but also an option Always show is provided. Git commit c75f00df21d127b24a0e243eeeeaa075a8408cf9 by Peter Penz. Committed on 23/03/2011 at 19:07. Pushed by ppenz into branch 'master'. KUrlNavigator: Don't use KIO::stat() for all non-local URLs Doing a text-resolving with KIO::stat() for all non-local URLs leads to problems for protocols where a limit is given for the number of parallel connections. BUG: 179237 BUG: 228345 BUG: 202097 FIXED-IN: 4.7.0 M +16 -3 kfile/kurlnavigatorbutton.cpp http://commits.kde.org/kdelibs/c75f00df21d127b24a0e243eeeeaa075a8408cf9 Thanks for fixing this! |