Skip to content

Commit ecbefe1

Browse files
committed
fix: avoid abort on closeWrite shutdown failure
1 parent e5d4448 commit ecbefe1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

trantor/net/inner/Socket.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ void Socket::closeWrite()
108108
#endif
109109
{
110110
LOG_SYSERR << "sockets::shutdownWrite";
111-
abort();
112111
}
113112
}
114113
int Socket::read(char *buffer, uint64_t len)

0 commit comments

Comments
 (0)