[New-bugs-announce] [issue17672] ssl clean shutdown

Hiroaki Kawai report at bugs.python.org
Tue Apr 9 06:45:38 CEST 2013


New submission from Hiroaki Kawai:

When using ssl module, I sometimes get unexpected error. The observed error varies in different situations. After the investigation, I found the reason was that ssl shutdown was not performed and sometimes RST was sent over the network instead of FIN.

I created a patch against 2.7 branch.

----------
components: Library (Lib)
files: python27.patch
keywords: patch
messages: 186372
nosy: Hiroaki.Kawai
priority: normal
severity: normal
status: open
title: ssl clean shutdown
type: behavior
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file29750/python27.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17672>
_______________________________________


More information about the New-bugs-announce mailing list