[issue2073] asynchat push always sends 512 bytes (ignoring ac_out_buffer_size)

Mike Coleman report at bugs.python.org
Mon Feb 11 23:17:32 CET 2008


New submission from Mike Coleman:

In asynchat, 'push' doesn't specify 'buffer_size', so the default of 512
is used.  This is bogus and causes poor performance--it should use the
value of 'ac_out_buffer_size' instead.

----------
components: Library (Lib)
messages: 62294
nosy: mkc
severity: normal
status: open
title: asynchat push always sends 512 bytes (ignoring ac_out_buffer_size)
type: behavior
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2073>
__________________________________


More information about the Python-bugs-list mailing list