← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 250149] Re: Retry on more possible Coral errors

 

poy, I don't wanted to question your point, even I like your way better,
my question was all about consistency in the code. I'm sure that mixing
two or more methods in the same class is not the good way so I think I
commit my patch as is and you guys decide what method is the best to use
globally ;)

-- 
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/250149

Title:
  Retry on more possible Coral errors

Status in DC++:
  In Progress

Bug description:
  From 0.707 it retiries automatically if the Coral network is not connectable. However, there's still a problem when a transfer fails from Coral or if a Coral server responds with a HTTP error. Devs of DC++ mods also reported this problem, adding that either all kinds of Coral errors should be handled or it should be disabled by default in the further releases. Here is a patch that solves the rest of the problems. Also it seems that the problem when Coral network overloaded so it redirected to a page informing about the network problems is changed. It gives HTTP 503 - Service unavailable for some time, so with the patch this shoud be handled as well.