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.21:10:17
SpamBayes Score 0.012884372
Marked as misclassified No
Message-id <1208207418.31.0.00378620286476.issue1092502@psf.upfronthosting.co.za>
In-reply-to
Content
that is it seems wrong that it uses 1 byte when a size is given, and
recv_size when size is not given.

By the way I think if you ask for 4096 bytes and the buffering is set to
2048 bytes it should still try to read the full 4096 bytes.
The number of bytes it tries to read however. should be limited by
whatever the system maximally returns.
History
Date User Action Args
2008-04-14 21:10:18schmirsetspambayes_score: 0.0128844 -> 0.012884372
recipients: + schmir, akuchling, bob.ippolito, bacchusrx, a_lauer, christian.heimes, vila, martey
2008-04-14 21:10:18schmirsetspambayes_score: 0.0128844 -> 0.0128844
messageid: <1208207418.31.0.00378620286476.issue1092502@psf.upfronthosting.co.za>
2008-04-14 21:10:17schmirlinkissue1092502 messages
2008-04-14 21:10:17schmircreate