From f458ec7b59e6c03f59e8b33474bbe70f9a9873dc Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 13 Aug 2007 09:41:45 +0000 Subject: Fixes for QPID-544 and QPID-548 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@565284 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/client_test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/tests/client_test.cpp') diff --git a/cpp/tests/client_test.cpp b/cpp/tests/client_test.cpp index f869cf4860..a5cc64d1e4 100644 --- a/cpp/tests/client_test.cpp +++ b/cpp/tests/client_test.cpp @@ -67,6 +67,7 @@ int main(int argc, char**) Connection con(argc > 1); + con.setTcpNoDelay(true); string host("localhost"); con.open(host, 5672, "guest", "guest", "/test"); std::cout << "Opened connection." << std::endl; -- cgit v1.2.1