/[monit]/monit/ssl.c
ViewVC logotype

Diff of /monit/ssl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by hauk, Sun Aug 3 08:08:18 2003 UTC revision 1.25 by hauk, Sun Aug 3 08:38:17 2003 UTC
# Line 1196  int recv_ssl_socket(ssl_connection *ssl, Line 1196  int recv_ssl_socket(ssl_connection *ssl,
1196      n= SSL_read(ssl->handler, buffer, len);      n= SSL_read(ssl->handler, buffer, len);
1197    } while(n <= 0 &&    } while(n <= 0 &&
1198            BIO_should_retry(ssl->socket_bio) &&            BIO_should_retry(ssl->socket_bio) &&
1199            can_read(ssl->socket, 1));            can_read(ssl->socket, 5));
1200        
1201    if(n <= 0) {    if(n <= 0) {
1202      return -1;      return -1;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26