koa-static
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -46,3 +46,3 @@ | ||
// response is already handled | ||
if (!this.idempotent || this.body != null || this.status != null) return; | ||
if (!this.idempotent || this.body != null || this.status != 404) return; | ||
@@ -49,0 +49,0 @@ yield send(this, this.path, opts); |
@@ -5,3 +5,3 @@ { | ||
"repository": "koajs/static", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"keywords": [ | ||
@@ -18,3 +18,3 @@ "koa", | ||
"devDependencies": { | ||
"koa": "~0.4.0", | ||
"koa": "~0.6.0", | ||
"should": "~1.2.2", | ||
@@ -32,2 +32,2 @@ "mocha": "~1.12.0", | ||
} | ||
} | ||
} |
2288