Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

PR 5127 makes frames be created only when the size of the payload is not less 
than 4. Since the minimal size of 3 chunks is 3 bytes this is the absolute 
minimum of frame size.

It would be better to count the number of chunks instead of bytes, but this 
will complicate implementations, especially Python implementation.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32503>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to