cljs-ajax
cljs-ajax copied to clipboard
Request with 401 response hangs in minified code
It works fine in development: the error handler is called as expected.
However, when the code is minified, the request doesn't stop with the 401 response. It waits and waits... until it reaches the timeout.