]> gitweb @ CieloNegro.org - Lucu.git/commit
Fixed stack-overflow bugs RELEASE-0_3_2
authorpho <pho@cielonegro.org>
Wed, 8 Jul 2009 13:16:02 +0000 (22:16 +0900)
committerpho <pho@cielonegro.org>
Wed, 8 Jul 2009 13:16:02 +0000 (22:16 +0900)
commite2a6ee839c0ca27b25b32656a5c080e4b464e7c9
treeed0fdf678d89a7e1297945c9c81b41cd3673d7ac
parentd0558f77cf306aa2cab58a71aeecff04c1ffcd06
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
GNUmakefile [new file with mode: 0644]
Lucu.cabal
Makefile [deleted file]
NEWS
Network/HTTP/Lucu/Parser.hs
cabal-package.mk [new file with mode: 0644]
examples/Multipart.hs