This commit is contained in:
Gered 2016-05-12 16:43:38 -04:00
parent 3f81f59a2a
commit ae6fa268cc

View file

@ -619,7 +619,7 @@
has-back-channel (first status)]
(merge
{:connected? true
:has-back-channel? (if (= 1 has-back-channel) true false)
:has-back-channel? (= 1 has-back-channel)
:last-acknowledged-array-id (second status)
:outstanding-backchannel-bytes (nth status 2)}
(select-keys (:details session-agent) [:address :headers])))