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 CurtHagenlocher, akuchling, draghuram, forest, gregory.p.smith, pitrou, schmir
Date 2008-04-22.06:02:31
SpamBayes Score 0.19559479
Marked as misclassified No
Message-id <1208844158.06.0.418053179741.issue2632@psf.upfronthosting.co.za>
In-reply-to
Content
(I think the twisted issue your talking about is:
http://twistedmatrix.com/trac/ticket/1079)

Your patch still contains this code:

                 recv_size = min(rbufsize, left)
                 data = self._sock.recv(recv_size)

This is IMHO wrong.  See my comments above.
History
Date User Action Args
2008-04-22 06:02:38schmirsetspambayes_score: 0.195595 -> 0.19559479
recipients: + schmir, akuchling, gregory.p.smith, pitrou, draghuram, forest, CurtHagenlocher
2008-04-22 06:02:38schmirsetspambayes_score: 0.195595 -> 0.195595
messageid: <1208844158.06.0.418053179741.issue2632@psf.upfronthosting.co.za>
2008-04-22 06:02:36schmirlinkissue2632 messages
2008-04-22 06:02:35schmircreate