minor bug fixes

This commit is contained in:
2015-07-28 12:25:10 +08:00
parent 8c146b6623
commit e10c108efe
2 changed files with 13 additions and 4 deletions

View File

@@ -140,6 +140,12 @@ Framework.prototype.plantResult = function()
this.HTTP.response.write( this.result );
this.HTTP.response.end();
}
// Release resources
if( this.requestStr )
{
this.requestStr.discard();
}
};
// This won't handle path exists