PageCache except check

This commit is contained in:
2016-10-15 11:28:55 +08:00
parent 96c9d608c2
commit 16618e5165
3 changed files with 30 additions and 6 deletions
+3 -4
View File
@@ -1,9 +1,9 @@
"use strict";
var cl = global.botanLoader;
var Dragonfly = global.Dragonfly;
const cl = global.botanLoader;
const Dragonfly = global.Dragonfly;
var Cookie = cl.load( "botanss.net.components.Cookie" );
const Cookie = cl.load( "botanss.net.components.Cookie" );
class CResponse
{
@@ -22,7 +22,6 @@ class CResponse
this.cookie = new Cookie( "", Http );
}
end()
{
if( this.canExit )