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 schmir
Recipients a_lauer, akuchling, bacchusrx, bob.ippolito, christian.heimes, martey, schmir, vila
Date 2008-04-14.16:33:45
SpamBayes Score 0.015036229
Marked as misclassified No
Message-id <1208190827.29.0.853821042777.issue1092502@psf.upfronthosting.co.za>
In-reply-to
Content
I think this should be fixed somewhere in the c code. people calling
sock.recv which a large recv size will also trigger this error.
this fix is wrong. the fixed code reads one byte at a time.
see:
http://mail.python.org/pipermail/python-dev/2008-April/078613.html
History
Date User Action Args
2008-04-14 16:33:47schmirsetspambayes_score: 0.0150362 -> 0.015036229
recipients: + schmir, akuchling, bob.ippolito, bacchusrx, a_lauer, christian.heimes, vila, martey
2008-04-14 16:33:47schmirsetspambayes_score: 0.0150362 -> 0.0150362
messageid: <1208190827.29.0.853821042777.issue1092502@psf.upfronthosting.co.za>
2008-04-14 16:33:46schmirlinkissue1092502 messages
2008-04-14 16:33:45schmircreate