Ignore:
Timestamp:
2006-05-13T19:01:14Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
19ac9c5
Parents:
309cb9e
Message:

libevent code works better with epoll() now in some (pretty common) situations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/ssl_openssl.c

    r309cb9e r782d988  
    115115        int st;
    116116       
    117         if( conn->inpa != -1 )
     117        if( 0 && conn->inpa != -1 )
    118118        {
    119119                b_event_remove( conn->inpa );
Note: See TracChangeset for help on using the changeset viewer.