fukamachi / fast-http

A fast HTTP request/response parser for Common Lisp.
343 stars 37 forks source link

Allow to limit the memory usage #5

Closed fukamachi closed 10 years ago

fukamachi commented 10 years ago

Currently, when :store-body is T or http-force-stream is NIL, high-level parser collects all body chunks on memory.