[CalendarServer-changes] [5958] CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/ client/pool.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 29 00:30:30 PDT 2010


Revision: 5958
          http://trac.macosforge.org/projects/calendarserver/changeset/5958
Author:   cdaboo at apple.com
Date:     2010-07-29 00:30:29 -0700 (Thu, 29 Jul 2010)
Log Message:
-----------
Don't use client keep-alive on reverse proxy connections.

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/client/pool.py

Modified: CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/client/pool.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/client/pool.py	2010-07-29 07:28:55 UTC (rev 5957)
+++ CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/client/pool.py	2010-07-29 07:30:29 UTC (rev 5958)
@@ -209,7 +209,7 @@
         @return: A L{Deferred} that fires with the result of the given command.
         """
 
-        return client.submitRequest(request, closeAfter=False)
+        return client.submitRequest(request, closeAfter=True)
 
     @inlineCallbacks
     def submitRequest(self, request, *args, **kwargs):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100729/ea101f59/attachment.html>


More information about the calendarserver-changes mailing list