classification
Title: allow timeouts with SSL
Type: Stage:
Components: Extension Modules Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: gtalvola, gvanrossum
Priority: normal Keywords: patch

Created on 2003-01-27 21:52 by gtalvola, last changed 2003-01-27 22:24 by gvanrossum. This issue is now closed.

Files
File name Uploaded Description Edit
_ssl.c.patch gtalvola, 2003-01-27 21:53 ssl timeout patch
Messages (2)
msg42553 - (view) Author: Geoff Talvola (gtalvola) Date: 2003-01-27 21:52
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.
msg42554 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2003-01-27 22:24
Logged In: YES 
user_id=6380

Thanks! Checked in as _ssl.c rev. 1.9.
History
Date User Action Args
2003-01-27 21:52:58gtalvolacreate