Created by: Deividy
Hello folks, This is my first contribution, if there is anything wrong with my PR, please let me know.
We've been using node-http-proxy in our prod server since 3 years now and its working as a charm (thank you!), but everyday we got our log files full of socket hang up
messages, so I come here dig code and found an issue for that: #813.
To me, this looks like a bug also, we should not send as an error a disconnection between the client, so I made this PR using the info in the issue.
I'm not sure if emit a disconnected
event is the best approach, or if you guys want something more elaborate for that. Please, let me know your thoughts.