[Bbs2ch-cvs 191] [173] flush メソッドの実装忘れ

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 7月 23日 (月) 22:56:24 JST


Revision: 173
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=bbs2ch&view=rev&rev=173
Author:   flyson
Date:     2007-07-23 22:56:24 +0900 (Mon, 23 Jul 2007)

Log Message:
-----------
flush メソッドの実装忘れ

Modified Paths:
--------------
    branches/GP_BRANCH/components/b2rServer.js

Modified: branches/GP_BRANCH/components/b2rServer.js
===================================================================
--- branches/GP_BRANCH/components/b2rServer.js	2007-07-23 13:52:40 UTC (rev 172)
+++ branches/GP_BRANCH/components/b2rServer.js	2007-07-23 13:56:24 UTC (rev 173)
@@ -309,6 +309,12 @@
 		}
 	},
 
+	flush: function(aString){
+		if(this._transport && this._transport.isAlive()){
+			this._output.flush();
+		}
+	},
+
 	setResponseHeader: function(aName, aValue){
 		if(aValue === null){
 			if(aName in this._responseHeaders){




bbs2ch-cvs メーリングリストの案内
Back to archive index