[CalendarServer-changes] [9086] CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/util. py

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 13 11:46:37 PDT 2012


Revision: 9086
          http://trac.macosforge.org/projects/calendarserver/changeset/9086
Author:   glyph at apple.com
Date:     2012-04-13 11:46:37 -0700 (Fri, 13 Apr 2012)
Log Message:
-----------
twistedcaldav.util connectTCP -> GAIEndpoint 2/2

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/util.py

Modified: CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/util.py
===================================================================
--- CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/util.py	2012-04-13 18:46:33 UTC (rev 9085)
+++ CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/util.py	2012-04-13 18:46:37 UTC (rev 9086)
@@ -421,7 +421,8 @@
                 reactor.connectSSL(self.factory.host, self.factory.port,
                     self.factory, ssl.ClientContextFactory())
             else:
-                reactor.connectTCP(self.factory.host, self.factory.port,
+                connect(
+                    GAIEndpoint(reactor, self.factory.host, self.factory.port),
                     self.factory)
             # self.log_debug("Retrying with basic after 401")
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120413/ac92e504/attachment.html>


More information about the calendarserver-changes mailing list