Fork me on GitHub
#ring
<
2016-12-29
>
petr.mensik17:12:24

@seancorfield yes, it's the same for me with minimal project - but I am not still not sure how to fix it for my original project

petr.mensik17:12:44

btw it worked with https://github.com/weavejester/ring-server (btw what is the relation between those two?)

seancorfield17:12:02

Sorry, I don’t use ring-server or the ring plugin for Leiningen so I don’t have any further suggestions. I just start a web server directly in my app (either Jetty via the adapter, or http-kit).

petr.mensik17:12:12

I deleted ring-server dependency from the project I posted here. So current state is that I am using ring 1.5.0 and lein-ring 0.10.0 and I am still getting the http-response error

petr.mensik17:12:52

Basically what I have stated above. Anyway, thanks for help

petr.mensik17:12:36

Ok, it works when I add [metosin/ring-http-response "0.8.0"] dependency but I would expect to be there by default

seancorfield18:12:48

Looks like it comes in as a transitive dep of [metosin/compojure-api “1.2.0-alpha1”] so I would also expect that to be fine. shrug