Bug 33599

Summary: Add large file support on uploads
Product: Apache httpd-2 Reporter: Art Cordelay <eab170b41eb58d6b8d09f941b4f205b7>
Component: CoreAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: RESOLVED DUPLICATE    
Severity: major CC: jlawson-apache
Priority: P2 Keywords: PatchAvailable
Version: 2.0.51   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Attachments: patch to http_protocol.c

Description Art Cordelay 2005-02-16 01:06:43 UTC
Add large file support on uploads. Without this patch the following error is 
seen for large uploads: 413 Request Entity Too Large.
Comment 1 Art Cordelay 2005-02-16 01:08:54 UTC
Created attachment 14293 [details]
patch to http_protocol.c
Comment 2 Joe Orton 2005-02-16 10:13:44 UTC
Thanks for the report and patch.  strtoll is not portable; the portable fix for
this is in 2.1 already.

*** This bug has been marked as a duplicate of 29455 ***