From 27ff9d1bba10c5dd845faad005c6fe36712f4974 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 28 Jul 2010 18:49:08 -0700 Subject: [PATCH] Incorporated Holger's fix for Chrome 5 --- AUTHORS | 3 ++- examples/websocket.html | 2 +- examples/websocket.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index ee08498..8ce6722 100644 --- a/AUTHORS +++ b/AUTHORS @@ -60,4 +60,5 @@ Thanks To * David Ziegler, reporting issue #53 * Favo Yang, twisted hub patch * Schmir, patch that fixes readline method with chunked encoding in wsgi.py -* Slide, for open-sourcing gogreen \ No newline at end of file +* Slide, for open-sourcing gogreen +* Holger Krekel, websocket example small fix \ No newline at end of file diff --git a/examples/websocket.html b/examples/websocket.html index c6ee68c..cea6a20 100644 --- a/examples/websocket.html +++ b/examples/websocket.html @@ -8,7 +8,7 @@ http://assorted.svn.sourceforge.net/viewvc/assorted/real-time-plotter/trunk/src/