Message309610
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. |
|
| Date |
User |
Action |
Args |
| 2018-01-07 07:42:29 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, pitrou, alexandre.vassalotti, Olivier.Grisel |
| 2018-01-07 07:42:29 | serhiy.storchaka | set | messageid: <1515310949.05.0.467229070634.issue32503@psf.upfronthosting.co.za> |
| 2018-01-07 07:42:29 | serhiy.storchaka | link | issue32503 messages |
| 2018-01-07 07:42:28 | serhiy.storchaka | create | |
|