From 0340f8b6b1ae1ee2d44cea876a195cdfa28bc724 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 6 May 2010 10:53:09 -0500 Subject: [PATCH] Don't complain about expected count on stop. --- wstest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wstest.html b/wstest.html index e0b6d015..8e10098d 100644 --- a/wstest.html +++ b/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;