fukamachi / clack

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

Don't attempt to parse body when content-type is NIL #161

Closed ghard closed 5 years ago

ghard commented 5 years ago

It seems that changes in upstream http-body library are breaking v1-compat, and, transitively, lucerne. This seems to fix the problem on that side.

On the other hand I'm not sure if http-body itself should not do this check, but trying to limit the possible breakage here to only applications requiring v1-compat.

ghard commented 5 years ago

This is the issue on Lucerne: https://github.com/eudoxia0/lucerne/issues/29

fukamachi commented 5 years ago

Thanks!