Martin v. Löwis added the comment:

Attached is a patch that takes a different approach to framing, putting it into 
an optional framing layer by means of a buffered reader/writer.

The framing structure is the same as in PEP 3154; a separate PYFRAMES magic is 
prepended to guard against protocol inconsistencies and to allow for automatic 
detection of framing.

----------
nosy: +loewis
Added file: http://bugs.python.org/file32709/framing.diff

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

Reply via email to