[Patches] [ python-Patches-675750 ] allow timeouts with SSL
SourceForge.net
noreply@sourceforge.net
Mon, 27 Jan 2003 14:24:48 -0800
Patches item #675750, was opened at 2003-01-27 16:52
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=675750&group_id=5470
Category: Modules
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Geoff Talvola (gtalvola)
Assigned to: Guido van Rossum (gvanrossum)
Summary: allow timeouts with SSL
Initial Comment:
This fixes bug 675552 -- it patches the read() and
write() methods of the SSL objects so that they use the
timeout settings of the socket that the SSL object is
wrapping.
----------------------------------------------------------------------
>Comment By: Guido van Rossum (gvanrossum)
Date: 2003-01-27 17:24
Message:
Logged In: YES
user_id=6380
Thanks! Checked in as _ssl.c rev. 1.9.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=675750&group_id=5470