For my tape project I used "None" as valid len argument to indicate reading the next available tape
block, regardless of size (underlying layer figured out the tape block size). This worked well
together with existing file type APIs.
So that would make the API:
req.read(2048) - reads up to 204
[
https://issues.apache.org/jira/browse/MODPYTHON-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509749
]
Mike Looijmans commented on MODPYTHON-222:
--
For my tape project I used "None" as valid len argument to in