--- googlecode.com/svn/trunk/public_html/stream.html 2008/03/25 22:34:16 60 +++ googlecode.com/svn/trunk/public_html/stream.html 2008/04/17 20:03:54 61 @@ -50,6 +50,7 @@ y = newdata.indexOf("", x); if (y != -1) { eval(newdata.substring((x+8),y)); + if (typeof newdata == 'undefined') break; // If message was eof() then we're now in a freed script newdata = newdata.substring(y+9); } else {