Unverified Commit 539718f3 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #3704 from somdoron/ws_mechanism

problem: GNUTLS handshake is getting blocked because of timeout on some versions
parents 810d3b43 618227f6
......@@ -110,8 +110,6 @@ zmq::wss_engine_t::wss_engine_t (fd_t fd_,
gnutls_set_default_priority (_tls_session);
gnutls_transport_set_int (_tls_session, fd_);
gnutls_handshake_set_timeout (_tls_session,
GNUTLS_DEFAULT_HANDSHAKE_TIMEOUT);
}
zmq::wss_engine_t::~wss_engine_t ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment