After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 151380 - I'm not able to cancel an upload until it finish with the current file
I'm not able to cancel an upload until it finish with the current file
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Module: http
2.7.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-29 23:15 UTC by Carlos Perelló Marín
Modified: 2005-02-14 13:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8


Attachments
Poroposed patch! (1.15 KB, patch)
2005-02-12 18:15 UTC, Christian Kellner
none Details | Review

Description Carlos Perelló Marín 2004-08-29 23:15:07 UTC
When I upload files over DAV/DAVS the cancel button has no effect until it
finish with the current file.

1.- Upload a file
2.- Cancel the operation
3.- Wait until the upload finish so the cancel applies.

The normal behaviour should be cancel the upload as soon as you press the button :-)
Comment 1 Christian Kellner 2005-02-12 18:15:15 UTC
Created attachment 37413 [details] [review]
Poroposed patch!

I think that's the easiest way to fix. I don't like to call cancellation_check
so often but I think we have no choice!
Comment 2 Christian Kellner 2005-02-14 13:58:55 UTC
Patch above commited to head. Should be fixed now!