@ -815,6 +815,9 @@ inline int SocketStream::write(const char* ptr)
inlineServer::Server()
:svr_sock_(-1)
{
#ifndef _MSC_VER
signal(SIGPIPE,SIG_IGN);
#endif
}
inlineServer::~Server()
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.