diff --git a/MP.RIOC/Services/RouteManager.cs b/MP.RIOC/Services/RouteManager.cs index 26e9994f..ce661fd0 100644 --- a/MP.RIOC/Services/RouteManager.cs +++ b/MP.RIOC/Services/RouteManager.cs @@ -102,6 +102,7 @@ namespace MP.RIOC.Services // e NON รจ un problema di sintassi della richiesta o di autorizzazione if (error != ForwarderError.None && error != ForwarderError.RequestBodyClient && + error != ForwarderError.RequestCanceled && error != ForwarderError.NoAvailableDestinations) { // Fai un secondo e ultimo tentativo immediato prima di dare errore al client