> When a file with size under 16MB is uploaded, everything works fine, but > when a file larger then 16MB is uploaded (which is the default max) I am > expecting to see "File is too big." message, instead I am getting connection > reset.
That's not possible, a request has to be fully received to be able to send a response, and that's often counterproductive, so a connection reset happens. We've been looking for a better solution for years, but not found one yet. Browsers make it a tricky problem. Sebastian Riedel http://mojolicio.us http://github.com/kraih http://twitter.com/kraih -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
