0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-15 02:07:59 +08:00

Revert "Add connector.close() back"

This reverts commit 5e60f18d3a68947f469346162deae7e65732ba50.
This commit is contained in:
Thomas Rodgers 2015-02-18 12:36:13 -06:00
parent 5e60f18d3a
commit a69a043e14

View File

@ -210,7 +210,6 @@ void zmq::stream_engine_t::plug (io_thread_t *io_thread_,
connector.set_metadata(metadata);
push_msg_to_session (&connector);
session->flush ();
connector.close();
}
else {
// start optional timer, to prevent handshake hanging on no input