Comparing version 1.1.3 to 1.1.4
## Changes | ||
### 1.1.4 - February 9, 2012 | ||
* fix 304 header issue in `plugin.filehandler` | ||
### 1.1.3 - January 20, 2012 | ||
@@ -4,0 +8,0 @@ |
@@ -34,3 +34,3 @@ (function() { | ||
if (modified && modified <= stats.mtime.valueOf()) { | ||
if (modified && modified >= stats.mtime.valueOf()) { | ||
response.statusCode(304); | ||
@@ -37,0 +37,0 @@ response.end(); |
@@ -5,3 +5,3 @@ { | ||
"description": "Bricks Application Server", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"homepage": "http://bricksjs.com/", | ||
@@ -8,0 +8,0 @@ "preferGlobal": "true", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64395