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 tfeldmann
Recipients tfeldmann
Date 2017-09-06.14:37:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504708634.37.0.739563779617.issue31366@psf.upfronthosting.co.za>
In-reply-to
Content
When using `socketserver.StreamRequestHandler` it should be possible to specify the newline terminator that is passed to `self.connection.makefile()`.

This would be greatly appreciated by many people who have to work with network packets ending with `\0`.
History
Date User Action Args
2017-09-06 14:37:14tfeldmannsetrecipients: + tfeldmann
2017-09-06 14:37:14tfeldmannsetmessageid: <1504708634.37.0.739563779617.issue31366@psf.upfronthosting.co.za>
2017-09-06 14:37:14tfeldmannlinkissue31366 messages
2017-09-06 14:37:14tfeldmanncreate