Browse Source

Don't complain about expected count on stop.

Joel Martin 15 years ago
parent
commit
0340f8b6b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wstest.html

+ 1 - 1
wstest.html

@@ -215,8 +215,8 @@
             }
 
             $clear(update_ref);
-            recv_cnt = 0;
             update_stats(); // Final numbers
+            recv_cnt = 0;
 
             $('connectButton').value = "Start";
             $('connectButton').onclick = connect;