[issue30105] Duplicated connection_made() call for some SSL connections

2019-09-11 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Closing as per OPs last message. Feel free to reopen if needed. Thanks. -- nosy: +xtreak resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue30105] Duplicated connection_made() call for some SSL connections

2018-08-08 Thread Neil Booth
Neil Booth added the comment: Can someone close this please; I submitted this and no longer see it with recent Python versions; I suspect it has been fixed by one of the many SSL fixes in the last 12 months -- ___ Python tracker

[issue30105] Duplicated connection_made() call for some SSL connections

2017-04-19 Thread kyuupichan
New submission from kyuupichan: An asyncio SSL server frequently sees duplicated connection_made() calls for an incoming SSL connection. It does not happen to all SSL connections; perhaps 10-25% of them. It never happens to TCP connections. Here are some examples of logs from one I run. I