ignore a more genric exception
This commit is contained in:
parent
3867591ffa
commit
679f3758b7
|
@ -295,7 +295,7 @@ public class RecoverySource extends AbstractComponent {
|
|||
} catch (Exception e) {
|
||||
try {
|
||||
channel.sendResponse(e);
|
||||
} catch (IOException e1) {
|
||||
} catch (Exception e1) {
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue