This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vitaly.krug
Recipients christian.heimes, pitrou, vitaly.krug
Date 2018-03-12.21:26:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520890008.12.0.467229070634.issue33023@psf.upfronthosting.co.za>
In-reply-to
Content
> What would those side-effects be?

Christian Heimes suggested that 
> A context contains elements that can't be cloned easily, e.g. session resumption tickets.

My concern then would be potential side-effects from such session resumption tickets and anything else that one connection attempt might save/change within an SSL Context that might have an undesirable side-effect on the follow-on connection attempts.
History
Date User Action Args
2018-03-12 21:26:48vitaly.krugsetrecipients: + vitaly.krug, pitrou, christian.heimes
2018-03-12 21:26:48vitaly.krugsetmessageid: <1520890008.12.0.467229070634.issue33023@psf.upfronthosting.co.za>
2018-03-12 21:26:48vitaly.kruglinkissue33023 messages
2018-03-12 21:26:48vitaly.krugcreate