← Back to team overview

linuxdcpp-team team mailing list archive

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

 

Ah, but it is the meaningless arguments that draw the most attention =)

For the record, Util::emptyString is is intended to be used for
returning const reference from functions that would otherwise have to
return by value...clear is better than emptystring and scoped variable
is better than clear...

"Premature optimization is the root of all fun" - unknown

-- 
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.