Loading lib/gtls.c +1 −2 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ static CURLcode handshake(struct connectdata *conn, if(data->set.timeout) { /* get the strictest timeout of the ones converted to milliseconds */ if(data->set.timeout) < timeout_ms) if(data->set.timeout < timeout_ms) timeout_ms = data->set.timeout; } Loading Loading @@ -526,7 +526,6 @@ int Curl_gtls_shutdown(struct connectdata *conn, int sockindex) int retval = 0; struct SessionHandle *data = conn->data; int done = 0; ssize_t nread; char buf[120]; /* This has only been tested on the proftpd server, and the mod_tls code Loading Loading
lib/gtls.c +1 −2 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ static CURLcode handshake(struct connectdata *conn, if(data->set.timeout) { /* get the strictest timeout of the ones converted to milliseconds */ if(data->set.timeout) < timeout_ms) if(data->set.timeout < timeout_ms) timeout_ms = data->set.timeout; } Loading Loading @@ -526,7 +526,6 @@ int Curl_gtls_shutdown(struct connectdata *conn, int sockindex) int retval = 0; struct SessionHandle *data = conn->data; int done = 0; ssize_t nread; char buf[120]; /* This has only been tested on the proftpd server, and the mod_tls code Loading