minor changes

This commit is contained in:
Joseph Henry 2015-09-23 19:45:44 -04:00
parent c85dd262ed
commit 557c0c29b0
3 changed files with 11 additions and 42 deletions

View file

@ -929,7 +929,7 @@ public:
}
if ((FD_ISSET(sock,&wfds))&&(FD_ISSET(sock,&_writefds))) {
try {
_handler->phyOnUnixWritable((PhySocket *)&(*s),&(s->uptr));
//_handler->phyOnUnixWritable((PhySocket *)&(*s),&(s->uptr));
} catch ( ... ) {}
}
#endif // __UNIX_LIKE__