Fix connection pool size.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 15 Feb 2007 04:06:39 +0000 (04:06 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 15 Feb 2007 04:06:39 +0000 (04:06 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@259 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/soap/impl/CURLSOAPTransport.cpp

index 83d3da9..a5e49bb 100644 (file)
@@ -45,7 +45,7 @@ namespace xmltooling {
     class XMLTOOL_DLLLOCAL CURLPool
     {
     public:
-        CURLPool() : m_size(256), m_lock(Mutex::create()),
+        CURLPool() : m_size(0), m_lock(Mutex::create()),
             m_log(Category::getInstance(XMLTOOLING_LOGCAT".SOAPTransport.CURLPool")) {}
         ~CURLPool();