cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
dominicm 2020-02-25T19:55:55.001700Z

Would a patch to make the clojurescript http server respond on failed post be welcome? Currently it hangs with a server stacktrace about the unhandled dispatch handler for null

dominicm 2020-02-25T20:12:57.002800Z

I'm running tests which are making http requests which are permitted to fail. But they're currently hanging.

dominicm 2020-02-25T20:23:01.003500Z

I'll open a jira.

dominicm 2020-02-25T21:09:11.004100Z

https://clojure.atlassian.net/browse/CLJS-3213 I'd be keen to see this looked at, as I've lost several days to debugging this in our test runner. I'd like to get it online though.