[CalendarServer-changes] [9097] CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/mail. py

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 13 11:47:32 PDT 2012


Revision: 9097
          http://trac.macosforge.org/projects/calendarserver/changeset/9097
Author:   glyph at apple.com
Date:     2012-04-13 11:47:32 -0700 (Fri, 13 Apr 2012)
Log Message:
-----------
connectSSL -> GAIEndpoint in twistedcaldav.mail

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

Modified: CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/mail.py
===================================================================
--- CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/mail.py	2012-04-13 18:47:27 UTC (rev 9096)
+++ CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/mail.py	2012-04-13 18:47:32 UTC (rev 9097)
@@ -614,8 +614,9 @@
     factory.protocol = AuthorizedHTTPGetter
 
     if parsed.scheme == "https":
-        reactor.connectSSL(parsed.hostname, parsed.port, factory,
-            ssl.ClientContextFactory())
+        connect(GAIEndpoint(reactor, parsed.hostname, parsed.port,
+                            ssl.ClientContextFactory()),
+                factory)
     else:
         connect(GAIEndpoint(reactor, parsed.hostname, parsed.port), factory)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120413/03a6ed43/attachment.html>


More information about the calendarserver-changes mailing list