Commit d2b319ad authored by hyperxor's avatar hyperxor

remove ::shutdown call

parent c5e315c8
......@@ -501,7 +501,6 @@ bool Connection::isConnected() const {
void Connection::close() {
connectionState_.store(NotConnected);
::shutdown(fd_, SHUT_RDWR);
::close(fd_);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment