agrafix / Spock

Another Haskell web framework for rapid development
https://www.spock.li
678 stars 56 forks source link

Parsing parameters, uploaded files and bodys should be more lazy #89

Closed agrafix closed 7 years ago

agrafix commented 8 years ago

Unused parameters, request bodies or uploaded files should not be parsed into internal data structures. Verify that this is not the case or fix it.