fukamachi / clack

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

Does not build today - symbol conflict between clack.request:headers and clack.response:headers #85

Closed quicklisp closed 9 years ago

quicklisp commented 9 years ago

http://report.quicklisp.org/clack/2014-11-20/failtail.txt has the build log.

fukamachi commented 9 years ago

It seems because clack.middleware.oauth is importing both of clack.request and clack.response. I think that is a common case. I'm gonna fix it soon. Thank you for reporting.