From: pho Date: Wed, 8 Jul 2009 13:16:02 +0000 (+0900) Subject: Fixed stack-overflow bugs X-Git-Tag: RELEASE-0_3_2^0 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=e2a6ee839c0ca27b25b32656a5c080e4b464e7c9;hp=e2a6ee839c0ca27b25b32656a5c080e4b464e7c9;p=Lucu.git Fixed stack-overflow bugs Ignore-this: 35225469f30594a7e86882dd56e7394a Fixed stack-overflow bugs. * Network.HTTP.Lucu.Parser: - Reimplemented 'many', 'many1' and 'count' in tail-recursive way. This resolves a stack overflow when a large file is POSTed as a multipart/form-data. darcs-hash:20090708131602-62b54-f46f949dea1aa96bcf30134a3cda1ccc0d4feeee.gz ---