joes 2003/06/25 01:16:33
Modified: . ToDo Log: Add note regarding interrupted uploads: $r->status doesn't detect this situation. Revision Changes Path 1.13 +6 -1 httpd-apreq/ToDo Index: ToDo =================================================================== RCS file: /home/cvs/httpd-apreq/ToDo,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ToDo 19 Jun 2003 01:46:37 -0000 1.12 +++ ToDo 25 Jun 2003 08:16:33 -0000 1.13 @@ -16,7 +16,12 @@ o improve/automate build process for dtcl -o Convert our test suite back to Apache::Test. +o $r->status reportedly returns success when a large upload is + cancelled by the user (clicks stop) before the upload is complete. + See http://marc.theaimsgroup.com/?l=apache-modperl&m=105561094424410&w=2 + The problem is likely to show up in fill_buffer's return value, + but since we never check it...? It would be nice if we had an + "interrupted upload" test to work from. o solve the memory leak for: my $r = shift;
