SteadyFlow Download Doesn't Abort
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Steadyflow |
New
|
Undecided
|
Unassigned |
Bug Description
Not sure what's going on here, but I stopped the download and Wireshark showed it was still going. My Internet is bandwidth limited so if I abort a download, I need it to stop. I found this ...
ekl@Taro:~$ netstat -alpn | grep 49906
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 192.168.
ekl@Taro:~$ ps -ef | grep 9280
ekl 4950 3481 0 21:04 pts/9 00:00:00 grep --color=auto 9280
ekl 9280 1 0 04:15 ? 00:00:01 /usr/lib/
Steadyflow showed all downloads were stopped, but evidently, the lower-level APIs weren't told (too many abstraction layers). I closed Steadyflow completely and the above socket was closed and Wireshark showed everything finally closing down and stopping.