Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asyncio SSL hangs if connection is closed before handshake completed #73176

Closed
1st1 opened this issue Dec 16, 2016 · 5 comments
Closed

asyncio SSL hangs if connection is closed before handshake completed #73176

1st1 opened this issue Dec 16, 2016 · 5 comments
Assignees
Labels
3.7 (EOL) end of life topic-asyncio type-bug An unexpected behavior, bug, or error

Comments

@1st1
Copy link
Member

1st1 commented Dec 16, 2016

BPO 28990
Nosy @gvanrossum, @larryhastings, @ned-deily, @1st1

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/1st1'
closed_at = <Date 2016-12-17.05:09:15.304>
created_at = <Date 2016-12-16.16:41:05.802>
labels = ['type-bug', '3.7', 'expert-asyncio']
title = 'asyncio SSL hangs if connection is closed before handshake completed'
updated_at = <Date 2016-12-17.05:09:15.303>
user = 'https://github.com/1st1'

bugs.python.org fields:

activity = <Date 2016-12-17.05:09:15.303>
actor = 'ned.deily'
assignee = 'yselivanov'
closed = True
closed_date = <Date 2016-12-17.05:09:15.304>
closer = 'ned.deily'
components = ['asyncio']
creation = <Date 2016-12-16.16:41:05.802>
creator = 'yselivanov'
dependencies = []
files = []
hgrepos = []
issue_num = 28990
keywords = []
message_count = 5.0
messages = ['283414', '283416', '283417', '283465', '283466']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'larry', 'ned.deily', 'python-dev', 'yselivanov']
pr_nums = []
priority = None
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue28990'
versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

@1st1 1st1 self-assigned this Dec 16, 2016
@1st1
Copy link
Member Author

1st1 commented Dec 16, 2016

Upstream link: python/asyncio#476

@python-dev
Copy link
Mannequin

python-dev mannequin commented Dec 16, 2016

New changeset fcba55d649ea by Yury Selivanov in branch '3.5':
Issue bpo-28990: Fix SSL hanging if connection is closed before handshake completed.
https://hg.python.org/cpython/rev/fcba55d649ea

New changeset fcc642bf88c1 by Yury Selivanov in branch '3.6':
Merge 3.5 (issue bpo-28990)
https://hg.python.org/cpython/rev/fcc642bf88c1

New changeset 59eea8122df6 by Yury Selivanov in branch 'default':
Merge 3.6 (issue bpo-28990)
https://hg.python.org/cpython/rev/59eea8122df6

@1st1
Copy link
Member Author

1st1 commented Dec 16, 2016

Ned, would you be able to cherry-pick this in 3.6.0? Guido approved this.

@1st1 1st1 added the type-bug An unexpected behavior, bug, or error label Dec 16, 2016
@python-dev
Copy link
Mannequin

python-dev mannequin commented Dec 17, 2016

New changeset bfd4f13b478b by Yury Selivanov in branch '3.6':
Merge 3.5 (issue bpo-28990)
https://hg.python.org/cpython/rev/bfd4f13b478b

@ned-deily
Copy link
Member

[cherrypicked for 3.6.0rc2]

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.7 (EOL) end of life topic-asyncio type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants