Revert "Added additional SSL logging abotu connection information as well as client and server cipher availability #4793"

This reverts commit 4b0dec69bf.

Conflicts:
	src/lib/plugin/ns/SecureSocket.cpp
This commit is contained in:
Jerry (Xinyu Hou) 2015-07-09 16:36:42 -07:00
parent 57f6022382
commit d2439f8d5d

View File

@ -35,6 +35,7 @@
//
#define MAX_ERROR_SIZE 65535
// g_retryDelay * g_maxRetry = 10s
static const int g_maxRetry = 1000;
static const float g_retryDelay = 0.01f;