fukamachi / clack

Web server abstraction layer for Common Lisp
MIT License
1.05k stars 86 forks source link

Allow to use chunked encoding with Hunchentoot #56

Closed jd closed 11 years ago

jd commented 11 years ago

This allows to use chunked encoding with Hunchentoot if a function is provided as the body value of the reply, and if the header Transfer-Encoding is set to chunked. The function is then called with the output stream as argument.

fukamachi commented 11 years ago

Pretty cool. I've checked your commit doesn't break any unit tests.