fukamachi / clack

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

wookie: Fix GET handling #182

Closed akanouras closed 1 year ago

akanouras commented 1 year ago

Sorry for the disturbance - I managed to break requests without a Content-Length in #181 . I could swear GET requests were working, but it was probably my stale environment.

All tests are now passing, apart from "test 404" which hangs regardless of my patches on all handlers - opening a separate issue for that.

fukamachi commented 1 year ago

No problem. Thanks for your contribution :)