orthecreedence / wookie

Asynchronous HTTP server in common lisp
http://wookie.lyonbros.com/
MIT License
189 stars 19 forks source link

Fixed setting a response cookie #86

Closed jjkola closed 4 years ago

jjkola commented 4 years ago

This could have been done differently but wanted to make as little changes as possible.

With this change the chunking will work properly when using cookies.

This should fix #84.

orthecreedence commented 4 years ago

Looks good. Thank you!