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 pitrou
Recipients giampaolo.rodola, janssen, pitrou, vstinner
Date 2010-03-26.18:28:56
SpamBayes Score 0.0001655449
Marked as misclassified No
Message-id <1269628247.3327.10.camel@localhost>
In-reply-to <1269625887.24.0.573722973929.issue8222@psf.upfronthosting.co.za>
Content
> Would it be possible to add an option to disable SSL_MODE_AUTO_RETRY
> for a specific socket? Existing applications may rely on / prefer the
> current behaviour.

I don't think so, since recv() used to emulate that behaviour anyway.
History
Date User Action Args
2010-03-26 18:28:57pitrousetrecipients: + pitrou, janssen, vstinner, giampaolo.rodola
2010-03-26 18:28:56pitroulinkissue8222 messages
2010-03-26 18:28:56pitroucreate