Modify

Opened 18 years ago

Closed 18 years ago

#51 closed defect (fixed)

After cancelling a download, new downloads or uploads no longer works

Reported by: frsantos Owned by: imi
Priority: major Milestone:
Component: Core Version: latest
Keywords: Cc:

Description

After I cancel a download, every new download ends silently without doing its work.

Attachments (0)

Change History (1)

comment:1 by anonymous, 18 years ago

Resolution: fixed
Status: newclosed

Some problems fixed.

For the remaining: If it looks like even the "please wait..." popup does non pop up, you may have to wait a bit before it shows and the download starts. This is because of two things:

  • The current osm server implementation may wait a long time at the connection before it starts transmitting data
  • I cannot cancel an URL.openConnection() in Java, so I cannot cancel this particular connection establish.

This *could* be fixed by wrapping the openConnection in its own thread and discard the thread if not longer needed, but I dislike this. Better look for an other way to build up a connection ot osm server than URL.openConnection...

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain imi.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.