socket.end([data[, encoding]][, callback])


半关闭套接字。 即,它发送一个 FIN 数据包。 服务器可能仍会发送一些数据。

有关详细信息,请参阅 writable.end()

Half-closes the socket. i.e., it sends a FIN packet. It is possible the server will still send some data.

See writable.end() for further details.