Throwing in a callback should kill the process
There is a difference between errors which happen to a socket - like receiving EPIPE - an exceptional situation but ultimately okay and the situation where code throws in a callback - which is not okay. Fixes test/simple/test-http-exceptions.js TODO: explain this in docs.
parent
36a45c4e
Please register or sign in to comment