Commit c1f7e1f4 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #958 from hurtonm/master

Resolve issue #939
parents 7140bf04 a53d7031
......@@ -309,7 +309,6 @@ int zmq::session_base_t::zap_connect ()
zap_pipe->set_nodelay ();
zap_pipe->set_event_sink (this);
new_pipes [1]->set_nodelay ();
send_bind (peer.socket, new_pipes [1], false);
// Send empty identity if required by the peer.
......
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