diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-03-29 17:28:47 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-03-29 17:28:47 +0200 |
commit | c79cc493bf60398e40892a1a62835285af3bcbab (patch) | |
tree | 9a5f50c0b552281094b9d16e385c2dbe4ed39524 /js/test | |
parent | ICE-7047: disabled PrintStackTraces (diff) | |
download | ice-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/test')
-rw-r--r-- | js/test/Ice/ami/Client.js | 2 |
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()); |