Closed jd closed 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.
Pretty cool. I've checked your commit doesn't break any unit tests.
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.