As noted in the ticket, PHP has built in limit in its config http://stackoverflow.com/questions/2364840/what-is-the-size-limit-of-a-post-request
Apache can limit it "LimitRequestBody 1048576" http://modwsgi.readthedocs.org/en/develop/user-guides/configuration-guidelines.html#limiting-request-content CherryPy has a config "server.max_request_body_size:" which might default to 100M http://tools.cherrypy.org/wiki/DirectToDiskFileUpload Flask has a config "app.config['MAX_CONTENT_LENGTH'] = 16 * 1024 * 1024 http://stackoverflow.com/questions/15772975/flask-get-the-size-of-request-files-object Nginx has a config "client_max_body_size http://stackoverflow.com/questions/4947107/nginx-upload-client-max-body-size-issue Tomcat has a config "maxPostSize http://stackoverflow.com/questions/2943477/is-there-a-max-size-for-post-parameter-content Perl Starman has a config "--limit-request-body <https://github.com/miyagawa/Starman/pull/75/commits/fea2647699b01fe502420b9ee3c06b4ff64a0e58> https://github.com/miyagawa/Starman/pull/75 HTH -- Rick On Wednesday, 9 September 2015 20:22:23 UTC-4, Tim Graham wrote: > > Hi, I think I will be able to make good on my promise to give all the > tickets that were in the review queue on last Friday a review for 1.9, > except for this one... > > https://code.djangoproject.com/ticket/21231 > https://github.com/django/django/pull/3852 > > Mostly I am wondering if there any other frameworks that do a similar > thing so we can at least validate that the design makes sense. > <https://github.com/django/django/pull/3852> > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To post to this group, send email to django-developers@googlegroups.com. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/a5fc677f-64f2-42c9-af0e-0175db232721%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.