From 9c734c6cba76ffc1935704c6e5b7aead4a0afbb6 Mon Sep 17 00:00:00 2001 From: Nokis Mavrogiannopoulos Date: Thu, 16 Oct 2008 18:55:45 +0000 Subject: increased max handshake tries --- (limited to 'src') diff --git a/src/gnutls_io.c b/src/gnutls_io.c index 1505666..4f8e486 100644 --- a/src/gnutls_io.c +++ b/src/gnutls_io.c @@ -353,7 +353,7 @@ static apr_status_t gnutls_io_input_getline(mgs_handle_t * ctxt, return APR_SUCCESS; } -#define HANDSHAKE_MAX_TRIES 100 +#define HANDSHAKE_MAX_TRIES 1024 static int gnutls_do_handshake(mgs_handle_t * ctxt) { int ret; -- cgit v0.9.2