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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17672>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to