Re: [jira] Commented: (MODPYTHON-222) Support for chunked transfer encoding on request content.

2007-07-02 Thread Mike Looijmans
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

[jira] Commented: (MODPYTHON-222) Support for chunked transfer encoding on request content.

2007-07-02 Thread Mike Looijmans (JIRA)
[ 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