[CalendarServer-changes] [5422] CalendarServer/branches/users/glyph/sendfdport/calendarserver/tap/ caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 30 15:00:14 PDT 2010


Revision: 5422
          http://trac.macosforge.org/projects/calendarserver/changeset/5422
Author:   glyph at apple.com
Date:     2010-03-30 15:00:13 -0700 (Tue, 30 Mar 2010)
Log Message:
-----------
remove superfluous changes / comments

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sendfdport/calendarserver/tap/caldav.py

Modified: CalendarServer/branches/users/glyph/sendfdport/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/branches/users/glyph/sendfdport/calendarserver/tap/caldav.py	2010-03-30 21:54:34 UTC (rev 5421)
+++ CalendarServer/branches/users/glyph/sendfdport/calendarserver/tap/caldav.py	2010-03-30 22:00:13 UTC (rev 5422)
@@ -602,7 +602,7 @@
 
         config.addPostUpdateHooks((updateFactory,))
 
-        if config.InheritSSLFDs or config.InheritFDs:
+        if config.InheritFDs or config.InheritSSLFDs:
             # Inherit sockets to call accept() on them individually.
 
             for fd in config.InheritSSLFDs:
@@ -636,14 +636,15 @@
                 ).setServiceParent(service)
 
         elif config.MetaFD:
+            # Inherit a single socket to receive accept()ed connections via
+            # recvmsg() and SCM_RIGHTS.
+
             fd = int(config.MetaFD)
 
             ReportingHTTPService(
                 site, fd, self.createContextFactory()
             ).setServiceParent(service)
 
-            # XXX put the code back
-
         else: # Not inheriting, therefore we open our own:
 
             if not config.BindAddresses:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100330/ce59de8f/attachment.html>


More information about the calendarserver-changes mailing list