Fix (error) always reply with an error #oops
We had a case where reply would never be called. This could case a server hang.
This commit is contained in:
@@ -20,8 +20,9 @@ export default (target, key, descriptor) => {
|
||||
error.reformat();
|
||||
}
|
||||
|
||||
reply(error);
|
||||
}
|
||||
|
||||
reply(error);
|
||||
} else if (!e.isBoom) {
|
||||
const { message } = e;
|
||||
let err;
|
||||
|
Reference in New Issue
Block a user