Result output
This commit is contained in:
parent
70bee4d5fb
commit
91fcf1f5c7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user