← Back to team overview

linuxdcpp-team team mailing list archive

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

 

Fixed in DC++ 0.780.

** Changed in: dcplusplus
       Status: Fix Committed => Fix Released

-- 
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++:
  Fix Released

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.