Result output
This commit is contained in:
@@ -139,6 +139,7 @@ Framework.prototype.plantResult = function()
|
|||||||
this.HTTP.response.headers["Content-Length"] = this.result.length;
|
this.HTTP.response.headers["Content-Length"] = this.result.length;
|
||||||
this.HTTP.response.write( this.result );
|
this.HTTP.response.write( this.result );
|
||||||
this.HTTP.response.end();
|
this.HTTP.response.end();
|
||||||
|
Dragonfly.Debug( "Result Planted" );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Release resources
|
// Release resources
|
||||||
|
Reference in New Issue
Block a user