Mateusz Perc

Results 11 comments of Mateusz Perc

I managed to fix the issue temporarily by changing the body of the onPreResponse method to: ```js if(request.response.statusCode == 200) return h.continue request.raw.res.destroy() if( isNativeError(request.response) && request.response.stack && request.response.stack.includes("timeoutReply") )...