Result output

This commit is contained in:
斟酌 鵬兄 2015-08-17 16:30:18 +08:00
parent 70bee4d5fb
commit 91fcf1f5c7

View File

@ -139,6 +139,7 @@ Framework.prototype.plantResult = function()
this.HTTP.response.headers["Content-Length"] = this.result.length;
this.HTTP.response.write( this.result );
this.HTTP.response.end();
Dragonfly.Debug( "Result Planted" );
}
// Release resources