fukamachi / woo

A fast non-blocking HTTP server on top of libev
http://ultra.wikia.com/wiki/Woo_(kaiju)
MIT License
1.27k stars 96 forks source link

Allowing streams in clack responses for output. #102

Closed steve-m-ny closed 1 year ago

steve-m-ny commented 1 year ago

I'm very new to common lisp as well as Clack and Woo so this pull request may be made in error or predicated on my misunderstandings. However, I was unable to figure out how to have a Clack response contain a stream.

This is my attempt to fix that, though I'm not even sure if it's something that should be fixed or if this is the proper way to do so.

I'm happy to refactor, rewrite or delete this pull request on your suggestion.

steve-m-ny commented 1 year ago

I think this pull request was made in error, I've found the documentation for how to stream output.