minor changes
This commit is contained in:
parent
c85dd262ed
commit
557c0c29b0
3 changed files with 11 additions and 42 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue