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 giampaolo.rodola
Recipients giampaolo.rodola, mkc
Date 2008-02-13.14:46:24
SpamBayes Score 0.33583844
Marked as misclassified No
Message-id <1202913985.77.0.592152760487.issue2073@psf.upfronthosting.co.za>
In-reply-to
Content
ac_out_buffer_size value is already used when sending data.
Look at initiate_send method:

    def initiate_send (self):
        obs = self.ac_out_buffer_size
        ...
        if self.ac_out_buffer and self.connected:
            try:
                num_sent = self.send (self.ac_out_buffer[:obs])
        ...
History
Date User Action Args
2008-02-13 14:46:25giampaolo.rodolasetspambayes_score: 0.335838 -> 0.33583844
recipients: + giampaolo.rodola, mkc
2008-02-13 14:46:25giampaolo.rodolasetspambayes_score: 0.335838 -> 0.335838
messageid: <1202913985.77.0.592152760487.issue2073@psf.upfronthosting.co.za>
2008-02-13 14:46:24giampaolo.rodolalinkissue2073 messages
2008-02-13 14:46:24giampaolo.rodolacreate