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 josiahcarlson
Recipients akuchling, giampaolo.rodola, intgr, josiahcarlson, klimkin, mkc
Date 2009-03-31.16:41:43
SpamBayes Score 0.0004991965
Marked as misclassified No
Message-id <1238517705.41.0.865865196891.issue2073@psf.upfronthosting.co.za>
In-reply-to
Content
When push is called in the current trunk (as of 2.6), the data is 
automatically chopped up into self.ac_out_buffer_size blocks for later 
writing.

In order to force the use of the asynchat.simple_producer class (which 
takes an argument for the block size to send), you must pass the 
producer itself with push_with_producer() .

Closing as out of date.
History
Date User Action Args
2009-03-31 16:41:45josiahcarlsonsetrecipients: + josiahcarlson, akuchling, mkc, klimkin, giampaolo.rodola, intgr
2009-03-31 16:41:45josiahcarlsonsetmessageid: <1238517705.41.0.865865196891.issue2073@psf.upfronthosting.co.za>
2009-03-31 16:41:43josiahcarlsonlinkissue2073 messages
2009-03-31 16:41:43josiahcarlsoncreate