Changes between and of Initial VersionVersion 1Ticket #1873
- Timestamp:
- 06/27/2006 04:59:28 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1873 – description
initial v1 1 1 resource.PostableResource doesn't seem able to handle file uploads much larger than 9M. At 10M, the render() method is never entered. Here is a code snippet that can be used to reproduce the error: 2 2 3 {{{ 3 4 import os 4 5 from twisted.internet import reactor … … 51 52 </form> 52 53 </html> 53 54 }}} 54 55 55 56 Programmatic clients (written in e.g. httplib) also get blocked upon writing only a few hunder KB if the file is larger than 10MB.
