summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-03-29 17:28:47 +0200
committerBenoit Foucher <benoit@zeroc.com>2016-03-29 17:28:47 +0200
commitc79cc493bf60398e40892a1a62835285af3bcbab (patch)
tree9a5f50c0b552281094b9d16e385c2dbe4ed39524 /js
parentICE-7047: disabled PrintStackTraces (diff)
downloadice-c79cc493bf60398e40892a1a62835285af3bcbab.tar.bz2
ice-c79cc493bf60398e40892a1a62835285af3bcbab.tar.xz
ice-c79cc493bf60398e40892a1a62835285af3bcbab.zip
Fixed ICE-7050: fixed WSS issue where server could stop reading requests
Diffstat (limited to 'js')
-rw-r--r--js/test/Ice/ami/Client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/ami/Client.js b/js/test/Ice/ami/Client.js
index 44f4b718232..8052b8e77d3 100644
--- a/js/test/Ice/ami/Client.js
+++ b/js/test/Ice/ami/Client.js
@@ -429,7 +429,7 @@
return testController.resumeAdapter().then(
function()
{
- p.ice_ping().then(
+ return p.ice_ping().then(
function()
{
test(!r1.isSent() && r1.isCompleted());