Issue  #300: connection.end() causing ECONNRESET

As suggested by glenjamin at
https://github.com/postwait/node-amqp/issues/300#issuecomment-33868395
this just adds `this.socket.destroy();` to the `connectionCloseOk`
handler.