shutdown method
void
shutdown()
Immediately close the connection, ignoring any keepAlive period.
Implementation
void shutdown() {
_close();
}
Immediately close the connection, ignoring any keepAlive period.
void shutdown() {
_close();
}