From 05e5cb7da0f4e52308b07caf67eefbc71ae37cb4 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 6 May 2010 10:54:36 -0500 Subject: [PATCH] Fix same for server side (no expected count complaint). --- wstest.html | 1 + 1 file changed, 1 insertion(+) diff --git a/wstest.html b/wstest.html index 8e10098d..a147ca98 100644 --- a/wstest.html +++ b/wstest.html @@ -217,6 +217,7 @@ $clear(update_ref); update_stats(); // Final numbers recv_cnt = 0; + send_cnt = 0; $('connectButton').value = "Start"; $('connectButton').onclick = connect;