mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 08:46:44 +01:00
Merge pull request #3704 from somdoron/ws_mechanism
problem: GNUTLS handshake is getting blocked because of timeout on some versions
This commit is contained in:
commit
539718f35a
@ -110,8 +110,6 @@ zmq::wss_engine_t::wss_engine_t (fd_t fd_,
|
|||||||
|
|
||||||
gnutls_set_default_priority (_tls_session);
|
gnutls_set_default_priority (_tls_session);
|
||||||
gnutls_transport_set_int (_tls_session, fd_);
|
gnutls_transport_set_int (_tls_session, fd_);
|
||||||
gnutls_handshake_set_timeout (_tls_session,
|
|
||||||
GNUTLS_DEFAULT_HANDSHAKE_TIMEOUT);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
zmq::wss_engine_t::~wss_engine_t ()
|
zmq::wss_engine_t::~wss_engine_t ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user