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 valdemar.pavesi
Recipients gvanrossum, valdemar.pavesi, vstinner, yselivanov
Date 2016-06-08.20:45:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465418708.2.0.874550360222.issue27271@psf.upfronthosting.co.za>
In-reply-to
Content
I am not getting  any pause, or any message about buffer full.

def pause_reading(self):
    print('pause_reading')

def resume_reading(self):
    print('resume_reading')


and I cannot find a way to increase the receive buffer by asyncio.
History
Date User Action Args
2016-06-08 20:45:08valdemar.pavesisetrecipients: + valdemar.pavesi, gvanrossum, vstinner, yselivanov
2016-06-08 20:45:08valdemar.pavesisetmessageid: <1465418708.2.0.874550360222.issue27271@psf.upfronthosting.co.za>
2016-06-08 20:45:08valdemar.pavesilinkissue27271 messages
2016-06-08 20:45:08valdemar.pavesicreate