Ignore:
Timestamp:
2006-05-13T19:44:59Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0356ae3
Parents:
782d988
Message:

Timeouts are now persistent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/ssl_openssl.c

    r782d988 r19ac9c5  
    115115        int st;
    116116       
    117         if( 0 && conn->inpa != -1 )
    118         {
    119                 b_event_remove( conn->inpa );
    120                 conn->inpa = -1;
    121         }
    122        
    123117        if( ( st = SSL_connect( conn->ssl ) ) < 0 )
    124118        {
Note: See TracChangeset for help on using the changeset viewer.