Right now, there's no way to programmatically write out an error to the underlying socket. As such, there's no good way to proxy connections manually since we can't propagate errors.
This PR provides the handleProxyError function to the connection event handlers.
Hey,
Right now, there's no way to programmatically write out an error to the underlying socket. As such, there's no good way to proxy connections manually since we can't propagate errors.
This PR provides the
handleProxyError
function to the connection event handlers.Cheers, Alex