Closed hlship closed 9 years ago
that's odd:
in the latest version: https://github.com/mpenet/jet/blob/master/src/clj/qbits/jet/servlet.clj#L168-L170
maybe try upgrading
Tested this in 0.6.0, same problem.
Thanks, I ll check this tomorrow morning first thing.
Cheers
fixed in 0.6.1
Thanks for the report!
Thanks again; I've upgraded my code and am running my test suite right now.
... and all my tests pass with 0.6.1.
Glad to hear that.
Since upgrading to ring-middleware-format:0.5.0 I have an issue with empty responses.
Previously, a nil :body would be converted to the text "nil".
Since the upgrade, the :body key is actually nil.
I end up seeing the following exceptions in my console:
I've partly addressed this as follows:
... and that solves my server-side exception, but a few of my tests are still failing because I think the combination of a content-type header and no response body at all is invalid. I'll update with more information shortly.