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 jcea
Recipients jcea, pitrou
Date 2011-06-16.13:44:22
SpamBayes Score 5.8887195e-05
Marked as misclassified No
Message-id <1308231863.32.0.628018467402.issue12343@psf.upfronthosting.co.za>
In-reply-to
Content
I have write a testcase, but adding a small delay between reads, allowing more data coming from the server, solves the issue, so this seems to be a race condition. Trying with a remote slow SSL server, I get the same error in python 2.6, so I guess I was being lucky for the last 8 years :-/.

Pitrou, just confirm me that I must catch & retry the exception in all my READ/WRITE, not only in the handshake.

Thanks, and sorry for wasting your time. I know about this SSL details, but my code worked just fine until 2.7.2...
History
Date User Action Args
2011-06-16 13:44:23jceasetrecipients: + jcea, pitrou
2011-06-16 13:44:23jceasetmessageid: <1308231863.32.0.628018467402.issue12343@psf.upfronthosting.co.za>
2011-06-16 13:44:22jcealinkissue12343 messages
2011-06-16 13:44:22jceacreate