npm-proxy icon indicating copy to clipboard operation
npm-proxy copied to clipboard

Not handling failure responses

Open mfncooper opened this issue 13 years ago • 0 comments

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.

mfncooper avatar Feb 24 '12 03:02 mfncooper