From 5eca2da2ef9f998ddb712e4c240fbfe775beb04a Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Mon, 17 Feb 2014 11:02:31 +0000 Subject: [PATCH] Negociação SSL estava travando em windows --- ssl.c | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/ssl.c b/ssl.c index bfdd5e1..9c1f616 100644 --- a/ssl.c +++ b/ssl.c @@ -177,6 +177,8 @@ int ssl_negotiate(H3270 *hSession) /* Tell the world that we are (still) connected, now in secure mode. */ lib3270_set_connected(hSession); + non_blocking(hSession,True); + return 0; } #endif // HAVE_LIBSSL -- libgit2 0.21.2