npm-proxy
npm-proxy copied to clipboard
Not handling failure responses
If the child server returns a failure that is not an error, such as a 404 response, neither 'success' nor 'error' handlers are called by restler. Instead, it would call a 'fail' handler, but there is none. As a result, the server hangs until the request times out.