From 1e633bc8eeef5e92f134ec0cf705a1f7644b9f93 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 19 Apr 2010 10:41:06 -0500 Subject: [PATCH] wstest*. Fix Opera problems. Flash policy. Misc bugs. Lame. Opera doesn't support javascript reduce(). Also, Opera seems to just plain be pathetic when it comes to delivering the web-socket-js events. Around 1/5 to 1/3 of all received packets are never received as an event at all. - Change default delay for send side to 10ms. - Use a textarea for errors so that even without console.* support (ala firebug) we still see the errors that are happening. --- wstest.html | 51 ++++++++++++++++++++++++++++++++++++++------------- wstest.py | 18 ++++++++++-------- 2 files changed, 48 insertions(+), 21 deletions(-) diff --git a/wstest.html b/wstest.html index 3afb7b2a..6ae95b9e 100644 --- a/wstest.html +++ b/wstest.html @@ -24,14 +24,30 @@ +
+ Errors:
+ + + + +