]> gitweb @ CieloNegro.org - Lucu.git/commit
Fix for insane memory usage RELEASE-0_4
authorpho <pho@cielonegro.org>
Mon, 9 Nov 2009 16:23:50 +0000 (01:23 +0900)
committerpho <pho@cielonegro.org>
Mon, 9 Nov 2009 16:23:50 +0000 (01:23 +0900)
commitb0efa668bb881d1c9db4b852b1b9063a2db12b3d
treeeab1ed8bd4285ad2fde7d341422da096c292625c
parenta2a726f3581933cea2d805b76aca0e93da778994
Fix for insane memory usage

Ignore-this: 844a3d7fd98d5d2b21795c7b5453723

* Network.HTTP.Lucu.Resource: (Thanks: Voker57)

    - Bugfix: inputForm was consuming too much memory. The memory
      usage is still somewhat high, but not insanely high.

    - Changed the type of FormData/fdContent from String to
      Lazy.ByteString. Sorry for frequent type changes.

darcs-hash:20091109162350-62b54-6c0a9f1d9ae85a8a26354a9a1da0912f46c02a34.gz
Lucu.cabal
NEWS
Network/HTTP/Lucu/MultipartForm.hs
Network/HTTP/Lucu/Parser.hs
Network/HTTP/Lucu/Resource.hs
examples/Multipart.hs