Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/2752#discussion_r204259473
--- Diff: storm-core/src/clj/org/apache/storm/ui/helpers.clj ---
@@ -56,7 +56,7 @@
;; TODO this function and its callings will be replace when ui.core and
logviewer move to Java
(defnk json-response
- [data callback :need-serialize true :status 200 :headers {}]
- {:status status
+ [data callback :need-serialize true :status 200 :headers {}]
--- End diff --
Same here.
---